Skip to content

Commit

Permalink
Get the location of python
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Nov 22, 2023
1 parent b5febae commit 8531156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
set -ex
ls -l
- name: Print python location
run: |
set -ex
which python
- name: apt-get stuff needed for libstell and vmec
run: |
sudo apt-get update
Expand Down

0 comments on commit 8531156

Please sign in to comment.