Skip to content

Commit

Permalink
GHA: put conda env file to a subfolder
Browse files Browse the repository at this point in the history
xiaoqiangwang committed Mar 22, 2024
1 parent 9c5193e commit bcbb431
Showing 2 changed files 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
@@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
auto-activate-base: false
environment-file: .github/workflows/conda-test-environment.txt
environment-file: .github/workflows/etc/conda-test-environment.yml
- name: Install pip packages
run: |
pip install -e .

0 comments on commit bcbb431

Please sign in to comment.