Skip to content

Commit

Permalink
WIP: upgrade pip/setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Krause committed Jul 3, 2023
1 parent f453fef commit 68b60e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Install crossbar in virtualenv
run: |
virtualenv -p python3 crossbar-venv
crossbar-venv/bin/pip install --upgrade pip setuptools
crossbar-venv/bin/pip install -r crossbar-requirements.txt
- name: Lint with pylint
run: |
Expand Down

0 comments on commit 68b60e0

Please sign in to comment.