Skip to content

Commit ecf71d3

Browse files
committed
review python env
1 parent 41217f6 commit ecf71d3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,11 @@ jobs:
3232
pipx ensurepath
3333
pipx install poetry
3434
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-
4235
- name: Test coverage for Gateway API
4336
run: |
4437
export PATH=/root/.local/bin:$PATH
4538
cd microservices/gatewayApi
39+
poetry env use 3.11
4640
poetry install --no-root --no-cache
4741
ENV=test GITHASH=11223344 \
4842
poetry run coverage run --branch -m pytest -s -v

0 commit comments

Comments
 (0)