Skip to content

Commit

Permalink
Use Python3.11 for Mac OS deployment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Nov 10, 2023
1 parent 392a3e3 commit 5bc20d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deployment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies on ${{ matrix.platform }}
run: |
python3.11 -m pip install --upgrade pip
python3.11 -m pip install .[contrib]
python3.11 -m pip install coverage codecov
export PATH=/Library/Frameworks/Python.framework/Versions/3.11/bin:$PATH
python3 -m pip install --upgrade pip
python3 -m pip install .[contrib]
python3 -m pip install coverage codecov
- name: Test with unittest on ${{ matrix.platform }}
run: |
coverage run -m unittest -v

0 comments on commit 5bc20d4

Please sign in to comment.