Skip to content

Commit

Permalink
Fix python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Mar 5, 2024
1 parent 7177259 commit 1052896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ 3.9, 3.10 ]
python-version: [ 3.9, "3.10" ]
snakemake-version: [ 6, 7 ]

steps:
Expand Down

0 comments on commit 1052896

Please sign in to comment.