Skip to content

Commit

Permalink
Don't run pip directly
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Dec 17, 2024
1 parent 741df5c commit 3ff2e9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ jobs:
- name: Get Submodules
run: git submodule update --init --recursive

- name: Install Python Packages
run: |
export I3C_ROOT_DIR=`pwd`
pip3 install -r requirements.txt
- name: Install Pyenv
run: ./install.sh

Expand Down

0 comments on commit 3ff2e9d

Please sign in to comment.