Skip to content

Commit

Permalink
Fix github yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Dec 12, 2024
1 parent b8dc9ba commit ba15cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest mypy
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo apt install -y shellcheck
sudo apt install -y shellcheck
- name: Lint with flake8
run: |
./FLAKE8
Expand All @@ -36,7 +36,7 @@ jobs:
./MYPY
- name: Run shell check
run: |
shellcheck -e SC2086,SC2012 -x tl-tester tester other-tester parallel-tester all-tester jevents/tester ucevent/uctester
shellcheck -e SC2086,SC2012 -x tl-tester tester other-tester parallel-tester all-tester jevents/tester ucevent/uctester
- name: Run toplev tests
run: |
if ! grep -q GenuineIntel /proc/cpuinfo ; then export NATIVE_ARGS="--force-cpu skl" ; fi
Expand Down

0 comments on commit ba15cad

Please sign in to comment.