Skip to content

Commit

Permalink
fix version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Aug 23, 2023
1 parent 423ab4b commit f07ad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Install Poetry
uses: abatilo/[email protected]
Expand Down

0 comments on commit f07ad01

Please sign in to comment.