diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 27e4bb3a..4b5a42fc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 @@ -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