Skip to content

Commit

Permalink
fix env paths in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cchapmanbird committed Nov 12, 2024
1 parent d50fffd commit 6fc2901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge
environment-file: ./ci-environments/environment.yml
environment-file: ./.ci-environments/environment.yml
activate-environment: test_install_env

- name: ARM env setup
Expand All @@ -40,7 +40,7 @@ jobs:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge
environment-file: ./ci-environments/macos-arm-environment.yml
environment-file: ./.ci-environments/macos-arm-environment.yml
activate-environment: test_install_env

- name: Run Prebuild
Expand Down

0 comments on commit 6fc2901

Please sign in to comment.