Skip to content

Commit

Permalink
Try symlinking windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Dec 1, 2021
1 parent 3ed837b commit 6c0957a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,18 @@ jobs:
with:
python-version: "3.7"
- name: "Check Python install location contents"
if: ${{ matrix.platform == 'windows-latest' }}
run: |
ln -s ${{ env.pythonLocation }}/python.exe ${{ env.pythonLocation }}/python3.7.exe
echo ${{ env.pythonLocation }}
ls ${{ env.pythonLocation }}
- uses: "actions/setup-python@v2"
with:
python-version: "3.8"
- name: "Check Python install location contents"
if: ${{ matrix.platform == 'windows-latest' }}
run: |
ln -s ${{ env.pythonLocation }}/python.exe ${{ env.pythonLocation }}/python3.8.exe
echo ${{ env.pythonLocation }}
ls ${{ env.pythonLocation }}
- name: "Install dependencies"
Expand Down

0 comments on commit 6c0957a

Please sign in to comment.