Spaces:
Running
Running
Captain D. Ezio
commited on
Commit
·
71bbab4
1
Parent(s):
6df4b8e
Update check_requirements.yml
Browse files
.github/workflows/check_requirements.yml
CHANGED
@@ -8,7 +8,7 @@ jobs:
|
|
8 |
|
9 |
strategy:
|
10 |
matrix:
|
11 |
-
python-version: [">=3.
|
12 |
|
13 |
steps:
|
14 |
- name: Checkout code
|
@@ -18,7 +18,10 @@ jobs:
|
|
18 |
uses: actions/setup-python@v4
|
19 |
with:
|
20 |
python-version: ${{ matrix.python-version }}
|
21 |
-
|
|
|
|
|
|
|
22 |
- name: Install dependencies
|
23 |
run: pip install -r requirements.txt
|
24 |
|
|
|
8 |
|
9 |
strategy:
|
10 |
matrix:
|
11 |
+
python-version: [">=3.10.7"]
|
12 |
|
13 |
steps:
|
14 |
- name: Checkout code
|
|
|
18 |
uses: actions/setup-python@v4
|
19 |
with:
|
20 |
python-version: ${{ matrix.python-version }}
|
21 |
+
|
22 |
+
- name: Upgrade pip
|
23 |
+
run: pip install --upgrade pip
|
24 |
+
|
25 |
- name: Install dependencies
|
26 |
run: pip install -r requirements.txt
|
27 |
|