Skip to content

Commit

Permalink
No python available before env is checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomRixRix committed Aug 21, 2024
1 parent 643a6f2 commit 055038d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic_local_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pwd
rm -rf runner-env
python3 -m venv runner-env
which python
which python3
source runner-env/bin/activate
which python
- name: Install simpa
Expand Down

0 comments on commit 055038d

Please sign in to comment.