mirror of
https://github.com/vane/ceidg
synced 2024-12-24 13:25:51 +01:00
tech: bump python to 3.11
This commit is contained in:
parent
e18cf7347c
commit
0c8aa657f6
4
.github/workflows/datapull.yml
vendored
4
.github/workflows/datapull.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Set up Python 3.9
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: 3.11
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
Loading…
Reference in New Issue
Block a user