Abhishek Thakur
commited on
Commit
·
6655abf
1
Parent(s):
98cb1cd
update workflows
Browse files
.github/workflows/build_documentation.yml
CHANGED
@@ -15,4 +15,4 @@ jobs:
|
|
15 |
package: competitions
|
16 |
package_name: competitions
|
17 |
secrets:
|
18 |
-
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
|
|
|
15 |
package: competitions
|
16 |
package_name: competitions
|
17 |
secrets:
|
18 |
+
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}g
|
.github/workflows/code_quality.yml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20 |
- name: Set up Python 3.10
|
21 |
uses: actions/setup-python@v2
|
22 |
with:
|
23 |
-
python-version: 3.10
|
24 |
- name: Install dependencies
|
25 |
run: |
|
26 |
python -m pip install --upgrade pip
|
|
|
20 |
- name: Set up Python 3.10
|
21 |
uses: actions/setup-python@v2
|
22 |
with:
|
23 |
+
python-version: 3.10.13
|
24 |
- name: Install dependencies
|
25 |
run: |
|
26 |
python -m pip install --upgrade pip
|
.github/workflows/tests.yml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20 |
- name: Set up Python 3.10
|
21 |
uses: actions/setup-python@v2
|
22 |
with:
|
23 |
-
python-version: 3.10
|
24 |
- name: Install dependencies
|
25 |
run: |
|
26 |
python -m pip install --upgrade pip
|
|
|
20 |
- name: Set up Python 3.10
|
21 |
uses: actions/setup-python@v2
|
22 |
with:
|
23 |
+
python-version: 3.10.13
|
24 |
- name: Install dependencies
|
25 |
run: |
|
26 |
python -m pip install --upgrade pip
|