Skip to content

Commit 2e9b79c

Browse files
Minor: pinning poetry
1 parent b7fbf62 commit 2e9b79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Requirements
3131
run: |
3232
python -m pip install --upgrade pip
33-
python -m pip install poetry
33+
python -m pip install poetry==1.1.15
3434
poetry config virtualenvs.create false --local
3535
poetry install --extras "sqlserver" -vvv
3636
- name: Test Metadata

0 commit comments

Comments
 (0)