Skip to content

Commit

Permalink
Pin deploy script to Python 3.9 until we migrate away from nose for t…
Browse files Browse the repository at this point in the history
…ests.
  • Loading branch information
alexdlaird committed Nov 28, 2022
1 parent d6c6052 commit 9cbf888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.x
python-version: 3.9
- name: Install dependencies
run: |
make install
Expand Down

0 comments on commit 9cbf888

Please sign in to comment.