Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzu-Typ committed Sep 11, 2024
1 parent a3c4ae8 commit 9488d83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

- run: python setup.py build
- name: Install pip, build and pytest
run: |
python -m pip install pip --upgrade
pip install pytest
pip install build
- name: Build PyGLM
run: python -m build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 9488d83

Please sign in to comment.