Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Mar 10, 2021
1 parent c0f96c8 commit ffeea19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: ${{ matrix.config.python }}

- name: Cache Python packages
uses: actions/cache@v2
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.config.python }}
python-version: "3.8"

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

0 comments on commit ffeea19

Please sign in to comment.