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
2f386a9d
Commit
2f386a9d
authored
Jul 14, 2023
by
baberabb
Browse files
fix
parent
a8b32e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
13 deletions
+6
-13
.github/workflows/python-app.yml
.github/workflows/python-app.yml
+6
-13
No files found.
.github/workflows/python-app.yml
View file @
2f386a9d
...
...
@@ -11,23 +11,16 @@ on:
jobs
:
build
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
]
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Cache
uses
:
actions/cache@v2.1.3
with
:
# A list of files, directories, and wildcard patterns to cache and restore
path
:
|
~/.cache
# An explicit key for restoring and saving the cache
key
:
evaldata-cache-4
-
name
:
Set up Python
3.9
uses
:
actions/setup-python@v4
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v3
with
:
python-version
:
3.9
python-version
:
${{ matrix.python-version }}
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
...
...
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