File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Test autoray
1
+ name : Tests
2
2
3
3
on :
4
4
workflow_dispatch :
15
15
strategy :
16
16
matrix :
17
17
os : [ubuntu-latest]
18
- python-version : [3.8, 3.9, '3.10', '3.11']
18
+ python-version : [' 3.8', ' 3.9' , '3.10', '3.11']
19
19
env : [base]
20
20
include :
21
21
- os : macos-latest
@@ -35,15 +35,16 @@ jobs:
35
35
env : tensorflow
36
36
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
40
- name : Install micromamba
41
- uses : mamba-org/provision-with- micromamba@v15
41
+ uses : mamba-org/setup- micromamba@v1
42
42
with :
43
43
environment-file : ci/requirements/py-${{ matrix.env }}.yml
44
44
environment-name : test-env
45
- extra-specs : python=${{ matrix.python-version }}
46
- cache-env : true
45
+ create-args : >-
46
+ python=${{ matrix.python-version }}
47
+ cache-environment : true
47
48
48
49
- name : Test with pytest
49
50
run : pytest --cov=autoray tests/ --cov-report=xml tests
Original file line number Diff line number Diff line change 1
- include README.rst
2
- include setup.cfg
1
+ include README.md
3
2
include LICENSE
4
3
include autoray/_version.py
You can’t perform that action at this time.
0 commit comments