Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
trots committed Jan 2, 2025
1 parent 16e6edb commit 2b28823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
sudo apt install -y freeglut3 freeglut3-dev
python -m pip install --upgrade pip
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand All @@ -39,3 +38,4 @@ jobs:
run: |
python -m unittest tests.test_engines
python -m unittest tests.test_export
python -m unittest tests.test_settings
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ isodate==0.6.1
Jinja2==3.1.3
macholib==1.16.3
MarkupSafe==2.1.4
Nuitka==2.0.3
Nuitka==2.5.9
numpy==1.26.4
ordered-set==4.1.0
packaging==23.2
Expand Down

0 comments on commit 2b28823

Please sign in to comment.