File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,12 +252,12 @@ jobs:
252252 git config --global credential.helper /usr/local/bin/infrahub-git-credential"
253253 - name : " Setup Python environment"
254254 run : |
255- poetry config virtualenvs.create false
255+ poetry env use 3.12
256256 pip install toml invoke
257257 - name : " Install dependencies"
258258 run : " poetry install --no-interaction --no-ansi"
259259 - name : " Unit Tests"
260- run : " invoke backend.test-unit"
260+ run : " poetry run invoke backend.test-unit"
261261 - name : " Coveralls : Unit Tests"
262262 uses : coverallsapp/github-action@v2
263263 continue-on-error : true
@@ -757,7 +757,7 @@ jobs:
757757 git config --global credential.helper /usr/local/bin/infrahub-git-credential"
758758 - name : " Setup Python environment"
759759 run : |
760- poetry config virtualenvs.create false
760+ poetry env use 3.12
761761 pip install toml invoke
762762 - name : " Install dependencies"
763763 run : " poetry install --no-interaction --no-ansi"
You can’t perform that action at this time.
0 commit comments