Skip to content

Commit

Permalink
GHA: fix setup-miniconda syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 22, 2024
1 parent bd56c78 commit 4a8e6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
auto-activate-base: false
activate-environment: .github/workflows/conda-test-environment.yml
environment-file: .github/workflows/conda-test-environment.yml
- name: Install pip packages
run: |
pip install -e .
Expand Down

0 comments on commit 4a8e6d0

Please sign in to comment.