Skip to content

Commit

Permalink
Issue skupperproject#48 - Collect Python dependencies in requirements…
Browse files Browse the repository at this point in the history
…-dev.txt
  • Loading branch information
jiridanek committed Apr 30, 2022
1 parent c216d20 commit 3815ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ jobs:
run: env -0 | sort -z | tr '\0' '\n'

- name: Upgrade pip
run: python3 -m pip --upgrade pip
run: python3 -m pip install --upgrade pip

- name: Install Python runtime/test dependencies
run: python3 -m pip install -r ${{github.workspace}}/skupper-router/requirements-dev.txt
Expand Down

0 comments on commit 3815ecf

Please sign in to comment.