Skip to content

Commit

Permalink
review python env
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Oct 15, 2024
1 parent d8d9189 commit 50d68d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ jobs:
sudo apt install -y pipx git
pipx ensurepath
pipx install poetry
poetry env list
- name: Clean Poetry Environment
run: poetry env remove python || true
run: |
export PATH=/root/.local/bin:$PATH
cd microservices/gatewayApi
poetry env remove python || true
- name: Test coverage for Gateway API
run: |
Expand Down

0 comments on commit 50d68d5

Please sign in to comment.