Skip to content

Commit

Permalink
Working on fixing CI for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Sep 26, 2023
1 parent 05c242c commit b554e43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# Symlink python3 on windows.
- name: Configure Python 3
if: contains(matrix.os, 'windows')
shell: cmd
run: mklink "%pythonLocation%\python3.exe" "%pythonLocation%\python.exe"

- name: Cache Python Dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit b554e43

Please sign in to comment.