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
c9f81dc9
Unverified
Commit
c9f81dc9
authored
Jun 04, 2021
by
Leo Gao
Committed by
GitHub
Jun 04, 2021
Browse files
Update python-app.yml
parent
20229183
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/python-app.yml
.github/workflows/python-app.yml
+2
-2
No files found.
.github/workflows/python-app.yml
View file @
c9f81dc9
...
@@ -24,7 +24,7 @@ jobs:
...
@@ -24,7 +24,7 @@ jobs:
data
data
~/.cache
~/.cache
# An explicit key for restoring and saving the cache
# An explicit key for restoring and saving the cache
key
:
evaldata-cache
key
:
evaldata-cache
-2
-
name
:
Set up Python
3.9
-
name
:
Set up Python
3.9
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v2
with
:
with
:
...
@@ -46,4 +46,4 @@ jobs:
...
@@ -46,4 +46,4 @@ jobs:
pytest --cov=lm_eval/ tests/
pytest --cov=lm_eval/ tests/
-
name
:
Upload to codecov
-
name
:
Upload to codecov
run
:
|
run
:
|
bash <(curl -s https://codecov.io/bash)
bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
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