Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanHri committed Dec 31, 2023
1 parent 464f007 commit 4abd88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
python3 --version
dtc --version
pip3 install tabulate
sudo apt install python3-venv
python3 -m venv ~/zephyrproject/.venv
source ~/zephyrproject/.venv/bin/activate
Expand Down Expand Up @@ -103,7 +104,6 @@ jobs:
run: |
source ~/zephyrproject/zephyr/zephyr-env.sh
source ~/zephyrproject/.venv/bin/activate
pip3 install tabulate
cd test/
bash ci_scripts/stack_report_gen.sh
Expand Down

0 comments on commit 4abd88d

Please sign in to comment.