Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
f6b4df5c
"vscode:/vscode.git/clone" did not exist on "b8203182704c59303c62ccfd0a810b6e4060ba14"
Commit
f6b4df5c
authored
Oct 29, 2024
by
Baber
Browse files
remove 3.8 from CI
parent
7882043b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/new_tasks.yml
.github/workflows/new_tasks.yml
+1
-1
.github/workflows/publish.yml
.github/workflows/publish.yml
+1
-1
.github/workflows/unit_tests.yml
.github/workflows/unit_tests.yml
+4
-4
No files found.
.github/workflows/new_tasks.yml
View file @
f6b4df5c
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
name
:
Scan for changed tasks
name
:
Scan for changed tasks
steps
:
steps
:
-
name
:
checkout
-
name
:
checkout
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
fetch-depth
:
2
# OR "2" -> To retrieve the preceding commit.
fetch-depth
:
2
# OR "2" -> To retrieve the preceding commit.
...
...
.github/workflows/publish.yml
View file @
f6b4df5c
...
@@ -46,7 +46,7 @@ jobs:
...
@@ -46,7 +46,7 @@ jobs:
steps
:
steps
:
-
name
:
Download all the dists
-
name
:
Download all the dists
uses
:
actions/download-artifact@v
3
uses
:
actions/download-artifact@v
4
with
:
with
:
name
:
python-package-distributions
name
:
python-package-distributions
path
:
dist/
path
:
dist/
...
...
.github/workflows/unit_tests.yml
View file @
f6b4df5c
...
@@ -42,7 +42,7 @@ jobs:
...
@@ -42,7 +42,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
,
"
3.11"
]
python-version
:
[
"
3.9"
,
"
3.10"
,
"
3.11"
,
"
3.12"
]
timeout-minutes
:
30
timeout-minutes
:
30
steps
:
steps
:
-
name
:
Checkout Code
-
name
:
Checkout Code
...
@@ -63,7 +63,7 @@ jobs:
...
@@ -63,7 +63,7 @@ jobs:
-
name
:
Test with pytest
-
name
:
Test with pytest
run
:
python -m pytest --showlocals -s -vv -n=auto --ignore=tests/models/test_neuralmagic.py --ignore=tests/models/test_openvino.py
run
:
python -m pytest --showlocals -s -vv -n=auto --ignore=tests/models/test_neuralmagic.py --ignore=tests/models/test_openvino.py
-
name
:
Archive artifacts
-
name
:
Archive artifacts
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
with
:
name
:
output_results
name
:
output_results
path
:
|
path
:
|
...
@@ -75,10 +75,10 @@ jobs:
...
@@ -75,10 +75,10 @@ jobs:
steps
:
steps
:
-
name
:
Checkout Code
-
name
:
Checkout Code
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Set up Python
3.
8
-
name
:
Set up Python
3.
9
uses
:
actions/setup-python@v5
uses
:
actions/setup-python@v5
with
:
with
:
python-version
:
3.
8
python-version
:
3.
9
cache
:
pip
cache
:
pip
cache-dependency-path
:
pyproject.toml
cache-dependency-path
:
pyproject.toml
-
name
:
Install dependencies
-
name
:
Install dependencies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment