Skip to content

Commit

Permalink
[ci] sherpa: forgot ciao activation in one place
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 21, 2023
1 parent 8e5aef9 commit 82fc8fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
#python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3]
python-version: [3.8, 3.9, '3.10', 3.11, 3]
python-version: [3]

defaults:
run:
Expand Down Expand Up @@ -98,6 +98,7 @@ jobs:
conda list
- name: Conda paths
run: |
conda activate ciao
pwd
echo $PATH
ls $CONDA/bin/
Expand Down

0 comments on commit 82fc8fe

Please sign in to comment.