Commit c2fbf61 1 parent 70edeb6 commit c2fbf61 Copy full SHA for c2fbf61
File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
- python-version : [3.8]
19
+ python-version : [" 3.8", "3.9", "3.10" ]
20
20
steps :
21
21
- uses : actions/checkout@v2
22
22
- name : Set up Python ${{ matrix.python-version }}
37
37
test :
38
38
name : Tests
39
39
runs-on : ubuntu-latest
40
+ strategy :
41
+ matrix :
42
+ python-version : ["3.8", "3.9", "3.10"]
40
43
steps :
41
44
- name : Clear free space
42
45
run : |
45
48
- uses : actions/checkout@v2
46
49
- uses : actions/setup-python@v4
47
50
with :
48
- python-version : 3.8
51
+ python-version : ${{ matrix.python-version }}
49
52
- uses : actions/cache@v2
50
53
with :
51
54
path : ~/.cache/pip
64
67
- name : Run entire pipeline quickly without any data
65
68
# Checking RunSpecs with openai/davinci should be comprehensive enough
66
69
run : source venv/bin/activate && helm-run --suite test -m 100 --skip-instances --models-to-run openai/davinci --exit-on-error
67
-
68
- ci :
69
- name : All CI tasks complete
70
- runs-on : ubuntu-latest
71
- needs : [install, test]
72
- steps :
73
- - uses : actions/checkout@v2
74
- - run : echo Done
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ classifiers =
14
14
url = https://github.com/stanford-crfm/helm
15
15
16
16
[options]
17
- python_requires = ~ =3.8
17
+ python_requires = > =3.8,<3.11
18
18
package_dir =
19
19
=src
20
20
packages = find:
You can’t perform that action at this time.
0 commit comments