Skip to content

Commit

Permalink
CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneDefauw committed Sep 4, 2023
1 parent d1c2710 commit 217aace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
run: mamba env update -n napari-sparrow -f environment.yml
if: steps.cache.outputs.cache-hit != 'true'


- name: Ensure pytest temp directory exists
run: mkdir -p /tmp/pytest-of-runner/pytest-0

# this runs the platform-specific tests declared in tox.ini
- name: Test with tox
shell: bash -l {0}
Expand Down

0 comments on commit 217aace

Please sign in to comment.