From 62b811bb7bf5319020ff79a5ec5d9f4e54284c57 Mon Sep 17 00:00:00 2001 From: Nayaka <19623116@mahasiswa.itb.ac.id> Date: Mon, 3 Feb 2025 13:18:38 +0700 Subject: [PATCH] chore: another adjusments --- .github/workflows/python-app.yml | 8 +------- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index cba1182..200872c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 2007723..bf69952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file