Skip to content

Commit

Permalink
Disable run-post step on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Nov 2, 2023
1 parent 9c24df3 commit 5c198e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true
run-post: ${{ matrix.platform.name != 'windows' }}
#
- name: Install pytest
run: mamba install pytest
Expand All @@ -55,7 +56,3 @@ jobs:
#
- name: Run the tests
run: python -m pytest -svvv --color=yes tests
#
- name: Rename conda package cache to avoid absysmal teardown speed on Windows
run: mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"
if: matrix.platform.name == 'windows'

0 comments on commit 5c198e3

Please sign in to comment.