mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
CI: set python-version in volk-gnsssdr-windows job
This commit is contained in:
parent
bf84a659a8
commit
3ddfdb9167
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -193,6 +193,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
Loading…
Reference in New Issue
Block a user