Skip to content

Commit 1d8c490

Browse files
.
1 parent 94c4355 commit 1d8c490

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
echo $CONDA/bin >> $GITHUB_PATH
2020
- name: Install dependencies
2121
run: |
22-
conda env create --file environment-3.10.yml
22+
conda env update --file environment-3.10.yml --name base
2323
- name: Test with pytest
2424
shell: bash -l {0}
2525
run: |
26-
conda init
26+
# conda init
2727
conda config --set solver classic
28-
conda activate pystrometry-environment-3p10
28+
# conda activate pystrometry-environment-3p10
2929
conda install pytest
3030
pytest pystrometry/tests
3131
pytest pystrometry/utils/tests

0 commit comments

Comments
 (0)