Unverified Commit c9f81dc9 authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Update python-app.yml

parent 20229183
...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment