This commit is contained in:
parent
cb634c5f96
commit
33b8efa5b5
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
cache: "pip"
|
||||
python-version: 3.13.2
|
||||
cache: pip
|
||||
- name: Install Python dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Set up Rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue