Skip to content

Commit

Permalink
Set path variable
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 5cce874 commit 741df5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
run: git submodule update --init --recursive

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

0 comments on commit 741df5c

Please sign in to comment.