We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a02b2e commit c4c8ca4Copy full SHA for c4c8ca4
.github/workflows/model.yaml
@@ -12,12 +12,14 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v2
14
with:
15
- python-version: '3.x'
+ python-version: '3.11'
16
17
- name: Install dependencies
18
run: |
19
+ python -m pip install --upgrade pip
20
+ python -m pip install tox
21
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
22
23
- name: Run build script
24
- ./.github/scripts/build.sh
25
+ ./.github/scripts/build.sh
0 commit comments