Skip to content

Commit

Permalink
Activate conda env after setting shell in workflows main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillsa authored Sep 8, 2023
1 parent 55c3da8 commit eb7a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
with:
activate-conda: false
- run: conda create -n myenv python=3.9
- run: conda activate myenv
- run: conda --version
- run: which python

Expand All @@ -52,6 +51,7 @@ jobs:
- name: Add reademption bin to PATH
shell: bash
run: echo "bin" >> $GITHUB_PATH
- run: conda activate myenv
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit eb7a3fa

Please sign in to comment.