Skip to content

Commit

Permalink
python version as string
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Apr 11, 2024
1 parent cf7adad commit 8e0319a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: style
run: |
pip3 install ruff==0.3.5
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: pyright
run: |
pip install pyright .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.10"
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 8e0319a

Please sign in to comment.