Skip to content

Commit

Permalink
Update for CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgentil committed Jan 16, 2024
1 parent ac360bf commit 9180404
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
# Install Dependencies needed by the TrickFMI Packge
- name: Install TrickFMI Dependencies
run: |
python3.12.1 -m pip install GitPython
python3.12.1 -m pip install PyYAML
python3.12.1 -m pip install pygments
python3.12.1 -m pip install flawfinder
python3.12.1 -m pip install numpy
python3 -m pip install GitPython
python3 -m pip install PyYAML
python3 -m pip install pygments
python3 -m pip install flawfinder
python3 -m pip install numpy
brew install cppcheck
# Clone and Build Trick
Expand All @@ -45,7 +45,7 @@ jobs:
echo "$TRICK_HOME/bin" >> $GITHUB_PATH
git config --global --add safe.directory ${PWD}
python3 --version
scripts/check_code.py --overwrite --xml_output
python3 scripts/check_code.py --overwrite --xml_output
# Flaw Finder
- name: Flaw Finder
Expand Down

0 comments on commit 9180404

Please sign in to comment.