Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Nov 3, 2023
1 parent 929054b commit cadcf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python: [3.9]
python: [3.10]

name: Python ${{ matrix.python }}

Expand Down
2 changes: 1 addition & 1 deletion charcoal/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Checkpoint_HitListPairs:
###

wildcard_constraints:
size="\d+",
size="\\d+",
g='[a-zA-Z0-9._-]+' # should be everything but /

# default rule: build report index
Expand Down

0 comments on commit cadcf30

Please sign in to comment.