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 41217f6 commit ecf71d3Copy full SHA for ecf71d3
.github/workflows/dev.yml
@@ -32,17 +32,11 @@ jobs:
32
pipx ensurepath
33
pipx install poetry
34
35
- - name: Clean Poetry Environment
36
- run: |
37
- export PATH=/root/.local/bin:$PATH
38
- cd microservices/gatewayApi
39
- poetry env list
40
- poetry env remove python || true
41
-
42
- name: Test coverage for Gateway API
43
run: |
44
export PATH=/root/.local/bin:$PATH
45
cd microservices/gatewayApi
+ poetry env use 3.11
46
poetry install --no-root --no-cache
47
ENV=test GITHASH=11223344 \
48
poetry run coverage run --branch -m pytest -s -v
0 commit comments