We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c19b8f commit 2f066b7Copy full SHA for 2f066b7
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v4
15
with:
16
- python-version: '3.8.5'
+ python-version: '3.14.0'
17
cache: 'pip'
18
- run: sudo apt-get -q update && sudo apt-get install -y --no-install-recommends freeglut3-dev
19
- run: pip install -r requirements-dev.txt
0 commit comments