Skip to content

Commit

Permalink
fix(ci): add and not mount to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed May 21, 2024
1 parent 85548f1 commit 5f92b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Run Python Tests
run: |
mamba run -n ${{ env.CONDA_ENV_NAME }} --cwd python pytest -m "not darwin"
mamba run -n ${{ env.CONDA_ENV_NAME }} --cwd python pytest -m "not darwin and not mount"
- name: Copy test coverage results
run: |
Expand Down

0 comments on commit 5f92b05

Please sign in to comment.