Skip to content

Commit

Permalink
GHA: use renamed conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 22, 2024
1 parent b347fa4 commit 9c5193e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
environment-file: .github/workflows/conda-test-environment.yml
environment-file: .github/workflows/conda-test-environment.txt
- name: Install pip packages
run: |
pip install -e .
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
else
killall softIoc
killall caRepeater
fi
fi

0 comments on commit 9c5193e

Please sign in to comment.