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 b554e43 commit c3056f2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
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 c3056f2

Please sign in to comment.