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 aff9801 commit a50821aCopy full SHA for a50821a
.github/workflows/ci.yml
@@ -252,8 +252,8 @@ jobs:
252
git config --global credential.helper /usr/local/bin/infrahub-git-credential"
253
- name: "Setup Python environment"
254
run: |
255
+ poetry config virtualenvs.create true --local
256
poetry env use 3.12
- pip install toml invoke
257
- name: "Install dependencies"
258
run: "poetry install --no-interaction --no-ansi"
259
- name: "Unit Tests"
0 commit comments