Skip to content

Commit 4c73ba2

Browse files
committed
Fixed workflow
1 parent fc8e3ce commit 4c73ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/poetry-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v1
1313
with:
14-
python-version: [3.9, 3.11]
14+
python-version: '3.9'
1515
architecture: x64
1616
- name: Install dependencies
1717
run: |

0 commit comments

Comments
 (0)