We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fbf62 commit 2e9b79cCopy full SHA for 2e9b79c
.github/workflows/minimal-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Requirements
31
run: |
32
python -m pip install --upgrade pip
33
- python -m pip install poetry
+ python -m pip install poetry==1.1.15
34
poetry config virtualenvs.create false --local
35
poetry install --extras "sqlserver" -vvv
36
- name: Test Metadata
0 commit comments