fix: Fix Poetry path

This commit is contained in:
Hugo Larcher 2024-08-02 15:10:15 +02:00
parent 690d631d68
commit ed83bfe0ff
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B

View File

@ -72,6 +72,7 @@ jobs:
- name: Run load test - name: Run load test
run: | run: |
export PATH="/home/runner/.local/bin:$PATH"
cd load_tests cd load_tests
make load-test make load-test
shell: bash shell: bash