Skip to content

Commit

Permalink
chore: another adjusments
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakazna committed Feb 3, 2025
1 parent ecfdca4 commit 62b811b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then
if [[ "$RUNNER_OS" == "Linux" ]]; then
pip install --find-links=libs -r requirements.txt # For Linux systems
else
pip install -r requirements.txt # For Windows systems, uses local .whl
fi
fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pytest==7.2.0
exceptiongroup==1.2.2
iniconfig==2.0.0
packaging==24.2
PyOpenGL @ file://libs/PyOpenGL-3.1.8-cp312-cp312-win_amd64.whl
PyOpenGL-accelerate @ file://libs/PyOpenGL_accelerate-3.1.8-cp312-cp312-win_amd64.whl
PyOpenGL=3.1.9
PyOpenGL-accelerate=3.1.9
numpy==1.26.4
glfw==2.8.0
imgui==2.0.0

0 comments on commit 62b811b

Please sign in to comment.