We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c4355 commit 1d8c490Copy full SHA for 1d8c490
.github/workflows/python-package-conda.yml
@@ -19,13 +19,13 @@ jobs:
19
echo $CONDA/bin >> $GITHUB_PATH
20
- name: Install dependencies
21
run: |
22
- conda env create --file environment-3.10.yml
+ conda env update --file environment-3.10.yml --name base
23
- name: Test with pytest
24
shell: bash -l {0}
25
26
- conda init
+# conda init
27
conda config --set solver classic
28
- conda activate pystrometry-environment-3p10
+# conda activate pystrometry-environment-3p10
29
conda install pytest
30
pytest pystrometry/tests
31
pytest pystrometry/utils/tests
0 commit comments