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 359d699 commit 7f95cbbCopy full SHA for 7f95cbb
.github/workflows/checks.yml
@@ -30,7 +30,12 @@ jobs:
30
restore-keys: |
31
${{ runner.os }}-${{ matrix.python }}-dependencies-
32
- name: Install dependencies
33
- uses: triaxtec/github-actions/python/install-and-configure-poetry@main
+ run: |
34
+ pip install --upgrade pip
35
+ pip install poetry
36
+ poetry config virtualenvs.in-project true
37
+ poetry run pip install --upgrade pip
38
+ poetry install
39
- name: Run Checks
40
uses: triaxtec/github-actions/python/run-checks@main
41
with:
0 commit comments