CI: try more fixes
This commit is contained in:
parent
81bc11e9f5
commit
8dc05d6e7d
|
@ -11,11 +11,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.10.0
|
||||
python-version: '3.10'
|
||||
- name: Install Poetry
|
||||
run: |
|
||||
python -m pip install poetry
|
||||
|
|
Loading…
Reference in New Issue