Skip to content

Commit 25aea69

Browse files
committed
Updates the test action for Ax
1 parent 0a63371 commit 25aea69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tox-testing-ax.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: BAxUS (py3.10 in conda)
1+
name: Ax (py3.10 in conda)
22

33
on: [push]
44

@@ -23,4 +23,4 @@ jobs:
2323
python -m pip install tox
2424
- name: Test Ax-related solvers with tox
2525
run: |
26-
tox -e poli-baxus-base-py39
26+
tox -e poli-ax-base-py39

0 commit comments

Comments
 (0)