Skip to content

Commit

Permalink
Update python.yaml
Browse files Browse the repository at this point in the history
Fixing test error. 
Seems to be a conflict when installing dependencies system-wide.
  • Loading branch information
diegoarceof authored Oct 11, 2024
1 parent ed9c7f4 commit 6a2293f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: snok/install-poetry@v1
- name: Install dependencies
run: |
sudo apt install python3-venv
python3 -m venv venv
source venv/bin/activate
poetry install --no-interaction
pip install .
working-directory: "python"
Expand Down

0 comments on commit 6a2293f

Please sign in to comment.