Upgrade Python setup for intel

This commit is contained in:
Morgan Funtowicz 2024-04-30 16:25:03 +02:00 committed by Nicolas Patry
parent 49b93d8d18
commit f9786a29ba
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v1 uses: actions/setup-python@v5
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Rust - name: Install Rust