forked from github/share-post
Trying to fix the CI tasks
This commit is contained in:
parent
ab3cd4c3dd
commit
b46226f6ce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
python-version: "3.9"
|
||||
- name: Set Poetry cache
|
||||
uses: actions/cache@v3
|
||||
id: poetry-cache
|
||||
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
python-version: "3.9"
|
||||
- name: Check release
|
||||
id: check_release
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue