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