mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
stringify python version
This commit is contained in:
parent
2dfcdc8f56
commit
558c916878
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/setup-python@v2
|
||||
with:
|
||||
# python-version: ${{ matrix.python-version }}
|
||||
python-version: 3.10
|
||||
python-version: '3.10'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue