Skip to content

Commit

Permalink
Try to find exec path in windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Mar 2, 2024
1 parent a0da9d5 commit f645dd1
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 @@ -80,6 +80,7 @@ jobs:

- name: Install dependencies
run: |
python3 -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 f645dd1

Please sign in to comment.