File tree Expand file tree Collapse file tree 3 files changed +4
-23
lines changed
Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 - uses : Swatinem/rust-cache@v2
2525 with :
2626 shared-key : " test-${{ inputs.os }}-${{ matrix.group }}"
27- - uses : actions/setup-python@v5
28- with :
29- python-version : " 3.12"
30- cache : " pip"
31- cache-dependency-path : .github/scripts/requirements.txt
32- - run : pip install -r .github/scripts/requirements.txt
3327 - name : Run tests
34- run : python .github/scripts/ci_config.py run-group ${{ matrix.group }} --os ${{ inputs.os }}
28+ run : python3 .github/scripts/ci_config.py run-group ${{ matrix.group }} --os ${{ inputs.os }}
Original file line number Diff line number Diff line change 5252 groups : ${{ steps.verify.outputs.groups }}
5353 steps :
5454 - uses : actions/checkout@v6
55- - uses : actions/setup-python@v5
56- with :
57- python-version : " 3.12"
58- cache : " pip"
59- cache-dependency-path : .github/scripts/requirements.txt
60- - run : pip install -r .github/scripts/requirements.txt
61- - name : Verify all creates are assigned and get matrix
55+ - name : Verify all crates are assigned and get matrix
6256 id : verify
63- run : python .github/scripts/ci_config.py verify-groups
57+ run : python3 .github/scripts/ci_config.py verify-groups
6458
6559 test-ubuntu :
6660 name : Ubuntu
@@ -101,14 +95,8 @@ jobs:
10195 - uses : actions/checkout@v6
10296 - uses : dtolnay/rust-toolchain@stable
10397 - uses : Swatinem/rust-cache@v2
104- - uses : actions/setup-python@v5
105- with :
106- python-version : " 3.12"
107- cache : " pip"
108- cache-dependency-path : .github/scripts/requirements.txt
109- - run : pip install -r .github/scripts/requirements.txt
11098 - name : Run no-std checks
111- run : python .github/scripts/ci_config.py run-no-std
99+ run : python3 .github/scripts/ci_config.py run-no-std
112100
113101 integrations_tests :
114102 name : Integration Tests
You can’t perform that action at this time.
0 commit comments