Skip to content

Commit

Permalink
Merge pull request #104 from karel-brinda/tests
Browse files Browse the repository at this point in the history
Test thoroughly on macos as well
  • Loading branch information
karel-brinda authored Mar 6, 2024
2 parents 7abe08c + 1b3f29a commit 49743e4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,31 @@ jobs:
- os: ubuntu-latest
python-version: "3.11"
snakemake-version: "8.5"
- os: ubuntu-latest
python-version: "3.8"
snakemake-version: 7
############################################################
- os: macos-latest
python-version: "3.9"
snakemake-version: 7
- os: macos-latest
python-version: "3.10"
snakemake-version: 7
#- os: ubuntu-latest ###### problem: snakemake bug; TypeError: SpawnedJobArgsFactory.general_args()
# python-version: "3.11"
# snakemake-version: "8.1"
- os: macos-latest
python-version: "3.11"
snakemake-version: "8.2"
- os: macos-latest
python-version: "3.11"
snakemake-version: "8.3"
- os: macos-latest
python-version: "3.11"
snakemake-version: "8.4"
- os: macos-latest
python-version: "3.11"
snakemake-version: "8.5"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 49743e4

Please sign in to comment.