Skip to content

Commit cdcc05e

Browse files
authored
Update python-package-conda.yml
1 parent 8495225 commit cdcc05e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
with:
1717
auto-update-conda: true
1818
python-version: 3.11
19-
environment-name: testenv
19+
environment-name: test
2020

2121
- name: Install dependencies
2222
run: |
23-
conda install -n testenv numpy=1.26 pytest pip
24-
conda run -n testenv pip install -e .
23+
conda install -n test numpy=1.26 pytest pip
24+
conda run -n test pip install -e .
2525
2626
- name: Run tests
2727
run: |
28-
conda run -n testenv pytest
28+
conda run -n test pytest

0 commit comments

Comments
 (0)