Skip to content

Commit a72c750

Browse files
committed
update to mamba-org/setup-micromamba@v1
1 parent 72d5f53 commit a72c750

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/tests.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test autoray
1+
name: Tests
22

33
on:
44
workflow_dispatch:
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
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']
1919
env: [base]
2020
include:
2121
- os: macos-latest
@@ -35,15 +35,16 @@ jobs:
3535
env: tensorflow
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939

4040
- name: Install micromamba
41-
uses: mamba-org/provision-with-micromamba@v15
41+
uses: mamba-org/setup-micromamba@v1
4242
with:
4343
environment-file: ci/requirements/py-${{ matrix.env }}.yml
4444
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
4748

4849
- name: Test with pytest
4950
run: pytest --cov=autoray tests/ --cov-report=xml tests

MANIFEST.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include README.rst
2-
include setup.cfg
1+
include README.md
32
include LICENSE
43
include autoray/_version.py

0 commit comments

Comments
 (0)