Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
velp committed May 6, 2024
1 parent 4ac4694 commit 2e3ddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pbr oslotest -c $UPPER_CONSTRAINTS
pip install --no-input -e git+https://github.com/sapcc/octavia.git@stable/yoga-m3#egg=octavia -c $UPPER_CONSTRAINTS
pip install --exists-action w -e git+https://github.com/sapcc/octavia.git@stable/yoga-m3#egg=octavia -c $UPPER_CONSTRAINTS
pip install -e . -c $UPPER_CONSTRAINTS
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 2e3ddf9

Please sign in to comment.