mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-09 10:09:57 +01:00
Fix Tests for Python 3.10
This commit is contained in:
parent
0d09ff202b
commit
0e864147cb
4
.github/workflows/run_pytest.yml
vendored
4
.github/workflows/run_pytest.yml
vendored
|
|
@ -15,9 +15,9 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Set up Python ${{matrix.python-version}} at ${{matrix.os}}
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{matrix.python-version}}
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue