Skip to content

Commit

Permalink
Merge pull request AtomScott#114 from AtomScott/AtomScott-patch-1
Browse files Browse the repository at this point in the history
Update test-pypi.yml
  • Loading branch information
AtomScott authored Sep 4, 2023
2 parents e1b0b0f + 3b80dba commit 5a7b6a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Install poetry
run: pip install poetry
Expand Down

0 comments on commit 5a7b6a6

Please sign in to comment.