We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8495225 commit cdcc05eCopy full SHA for cdcc05e
.github/workflows/python-package-conda.yml
@@ -16,13 +16,13 @@ jobs:
16
with:
17
auto-update-conda: true
18
python-version: 3.11
19
- environment-name: testenv
+ environment-name: test
20
21
- name: Install dependencies
22
run: |
23
- conda install -n testenv numpy=1.26 pytest pip
24
- conda run -n testenv pip install -e .
+ conda install -n test numpy=1.26 pytest pip
+ conda run -n test pip install -e .
25
26
- name: Run tests
27
28
- conda run -n testenv pytest
+ conda run -n test pytest
0 commit comments