This commit is contained in:
parent
32afdabf0a
commit
0ec31b8972
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
|
with:
|
||||||
|
python-version: "3.13"
|
||||||
|
cache: "pip"
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue