We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2602a commit 6a2de1dCopy full SHA for 6a2de1d
.github/workflows/basic_checks.yml
@@ -180,8 +180,7 @@ jobs:
180
- name: Python Tests
181
run: |
182
source venv/bin/activate
183
- cd tools
184
- ./run_python_tests.sh
+ tools/run_python_tests.sh
185
186
check-cmsis-mcu-descriptions-matches-target-list:
187
runs-on: ubuntu-latest
tools/run_python_tests.sh
@@ -13,6 +13,7 @@
13
# $ pip install ./tools[unit-tests]
14
15
set -e
16
+cd "$(dirname "$0")"
17
18
PYTHON=python
19
0 commit comments