workflow: fix The python-version input is not set. The version of Python currently in PATH will be used.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -49,6 +49,8 @@ jobs:
|
||||
apt-get install -y git
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
apt-get install -y tox rust-all cargo
|
||||
|
||||
Reference in New Issue
Block a user