Skip to content

Commit

Permalink
test.yml: Rely on .python-version for version
Browse files Browse the repository at this point in the history
`actions/setup-python@v4` supports reading the desired Python version
from a `.python-version` file, so this way the two versions won't get
out-of-sync.

This is motived because Python 3.8.18 and 3.8.19 have different error
messages for pyright tests being run, so the Python version should match
exactly between the two.
  • Loading branch information
noelleleigh committed Oct 28, 2024
1 parent e6ccada commit 6bbb951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.8"
cache: "poetry"

- name: Use Node.js
Expand Down

0 comments on commit 6bbb951

Please sign in to comment.