Skip to content

Commit

Permalink
Default ubuntu python exec
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Sep 11, 2023
1 parent ae55f43 commit ab490b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guide-notebooks-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
set -xe
cd ${{ github.workspace }}
python -m venv env
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install matplotlib nilearn
Expand Down

0 comments on commit ab490b9

Please sign in to comment.