Skip to content

Commit

Permalink
revert previous change; quote '3.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
nhammond129 committed Nov 1, 2021
1 parent 1b3b8b6 commit 42e683f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10]
python-version: [3.9, "3.10"]

steps:
- uses: actions/checkout
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Cache pip
uses: actions/cache
uses: actions/cache@v2
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down

0 comments on commit 42e683f

Please sign in to comment.