Lock Python version on CI

This commit is contained in:
JelNiSlaw 2022-12-02 21:39:18 +01:00
parent 6652a22dbf
commit 13ca04f24f
No known key found for this signature in database
GPG key ID: EA41571A0A88E97E
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
- name: Set up Python 3 - name: Set up Python 3
uses: actions/setup-python@main uses: actions/setup-python@main
with: with:
python-version: "3.x" python-version: "3.11"
- name: Install Poetry - name: Install Poetry
run: curl https://install.python-poetry.org | python - run: curl https://install.python-poetry.org | python -

View file

@ -12,7 +12,7 @@ jobs:
- name: Set up Python 3 - name: Set up Python 3
uses: actions/setup-python@main uses: actions/setup-python@main
with: with:
python-version: "3.x" python-version: "3.11"
- name: Install Poetry - name: Install Poetry
run: curl https://install.python-poetry.org | python - run: curl https://install.python-poetry.org | python -