Skip to content

Commit

Permalink
fixup! Activate virtual env only once
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Sep 30, 2024
1 parent f92a7c5 commit a1a7ebf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/simulation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,12 @@ jobs:
run: |
python -m venv venv
. ./venv/bin/activate
echo "${{ github.workspace }}/venv/bin" >> $GITHUB_PATH
python -m pip install --upgrade pip setuptools
pip install cython numpy wheel pkgconfig
- name: Add virtual environment to PATH
run: echo "${{ github.workspace }}/venv/bin" >> $GITHUB_PATH

- name: Install libsonata
if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit a1a7ebf

Please sign in to comment.