Skip to content

Commit

Permalink
Try to find exec path in windows, 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Mar 2, 2024
1 parent f645dd1 commit 8fb87df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Install dependencies
run: |
python3 -c "import sys;print(sys.executable)"
python -c "import sys;print(sys.executable)"
python${{ matrix.python-version }} -m pip install -U setuptools
- name: Simple fades run
run: |
Expand Down

0 comments on commit 8fb87df

Please sign in to comment.