Skip to content

Commit

Permalink
Test P1 only
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Mar 5, 2024
1 parent ccb7c28 commit a571a07
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
exclude:
- python-version: "3.11" #package dep conflict
snakemake-version: 6
- python-version: "3.11" #snakemake bug; TypeError: SpawnedJobArgsFactory.general_args()
snakemake-version: "8.1"
include:
- os: ubuntu-latest
python-version: "3.8"
Expand All @@ -35,9 +33,9 @@ jobs:
- os: ubuntu-latest
python-version: "3.10"
snakemake-version: 7
- os: ubuntu-latest
python-version: "3.11"
snakemake-version: "8.1"
#- os: ubuntu-latest ###### problem: snakemake bug; TypeError: SpawnedJobArgsFactory.general_args()
# python-version: "3.11"
# snakemake-version: "8.1"
- os: ubuntu-latest
python-version: "3.11"
snakemake-version: "8.2"
Expand Down Expand Up @@ -81,9 +79,9 @@ jobs:
run: |
micromamba activate test-env
make test
- name: Make bigtest
shell: bash -el {0}
run: |
make cleanall
micromamba activate test-env
make bigtest
# - name: Make bigtest
# shell: bash -el {0}
# run: |
# make cleanall
# micromamba activate test-env
# make bigtest

0 comments on commit a571a07

Please sign in to comment.