Skip to content

Commit

Permalink
bug: gha runners are configured strangely (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
thermokarst authored Feb 18, 2021
1 parent 7f30ce9 commit 83c372e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ jobs:
conda env create -q -p ./test-env --file $envFile
- name: install conda dependencies
shell: bash -l {0}
run: |
source "$CONDA/etc/profile.d/conda.sh"
conda install -p ./test-env -q pip
- name: install pip dependencies
shell: bash -l {0}
run: |
source "$CONDA/etc/profile.d/conda.sh"
conda activate ./test-env
pip install -r requirements.txt
Expand All @@ -54,5 +56,6 @@ jobs:
env:
SPHINXOPTS: -q
run: |
source "$CONDA/etc/profile.d/conda.sh"
conda activate ./test-env
make clean && make dummy && make preview

0 comments on commit 83c372e

Please sign in to comment.