Skip to content

Commit

Permalink
attempt to fix tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Jan 17, 2025
1 parent 9d358cc commit 4e0d557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ jobs:
CACHE_NUMBER: 0

- name: INSTALL - Anaconda setup (Mambaforge)
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-version: latest
mamba-version: "*"
use-mamba: true
channels: conda-forge,defaults
channels: conda-forge
channel-priority: true
activate-environment: herbie-test
environment-file: environment-test.yml
auto-activate-base: false
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!

Expand Down
4 changes: 2 additions & 2 deletions environment-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Used to test Herbie install from PyPI
## Used to test Herbie GitHub Actions for windows

name: herbie-test
channels:
- conda-forge
dependencies:
- python>=3.8
- python>=3.12
- pip

#==============
Expand Down

0 comments on commit 4e0d557

Please sign in to comment.