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 ed3591c commit b7fbf62Copy full SHA for b7fbf62
.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==1.1.15
+ python -m pip install poetry
34
poetry config virtualenvs.create false --local
35
poetry install --extras "sqlserver" -vvv
36
- name: Test Metadata
0 commit comments