Skip to content

Commit

Permalink
ci: oh ffs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Nov 20, 2023
1 parent efb7ab3 commit 8c986d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Configure pip caching
uses: actions/cache@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Configure pip caching
uses: actions/cache@v3
Expand Down

0 comments on commit 8c986d1

Please sign in to comment.