mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 14:27:52 -04:00
Update GitHub Actions to Python 3.10.
This commit is contained in:
2
.github/workflows/astronomy-engine-tests.yml
vendored
2
.github/workflows/astronomy-engine-tests.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: 3.10
|
||||
- name: Install Python tools
|
||||
run: python -m pip install --upgrade pip && pip install mypy
|
||||
- name: Install documentation tools Linux
|
||||
|
||||
Reference in New Issue
Block a user