Skip to content

Commit

Permalink
ci: try to fix .github/workflows/test_weekly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 4, 2025
1 parent 7e3676b commit 7017a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ jobs:
options: --workdir /home/runner/work/mlonmcu/mlonmcu -v /home/runner/work/mlonmcu/mlonmcu:/home/runner/work/mlonmcu/mlonmcu
shell: bash
run: |
pip install -r requirements_dev.txt
python3 -m pip install --upgrade pip setuptools
pip3 install -r requirements_dev.txt
python3 -m pytest --run-slow --run-user-context ${{ matrix.config.path }} -rs -s -v

0 comments on commit 7017a6b

Please sign in to comment.