Skip to content

Commit c4c8ca4

Browse files
authored
Update model.yaml
1 parent 9a02b2e commit c4c8ca4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/model.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: '3.x'
15+
python-version: '3.11'
1616

1717
- name: Install dependencies
1818
run: |
19+
python -m pip install --upgrade pip
20+
python -m pip install tox
1921
pip install setuptools<=78.1.0 pip pylint<3.3.7 pytest<=8.3.3 pytest-pylint<=1.1.2 pytest-runner<7.0.0 termcolor<2.6.0 hypothesis<6.133.0 levenshtein<=0.26.1
2022
2123
- name: Run build script
2224
run: |
23-
./.github/scripts/build.sh
25+
./.github/scripts/build.sh

0 commit comments

Comments
 (0)