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