Skip to content

Commit 94a6e12

Browse files
authored
fix pypi publish (#32)
1 parent 6454fad commit 94a6e12

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/pytest_and_autopublish.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- run: sudo apt install -y pandoc gsfonts
2020
- run: pip --version
21-
- run: pip install -e .[dev,doc,oryx]
21+
- run: pip install -e .[dev,doc]
2222
- run: pip freeze
2323

2424
- name: Run lint
@@ -46,7 +46,9 @@ jobs:
4646
# cache: pip
4747
# cache-dependency-path: '**/pyproject.toml'
4848

49-
- run: pip install -e .[dev,oryx]
49+
- run:
50+
pip install -e .[dev]
51+
pip install "git+https://github.com/jax-ml/oryx.git@b59ab020780cd53d488bc7dcad3696be9fdca0a5"
5052

5153
# Run tests (in parallel)
5254
- name: Run core tests

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ doc = [
5757
"sphinx-gallery",
5858
]
5959
oryx = [
60-
"oryx@git+https://github.com/jax-ml/oryx.git@b59ab020780cd53d488bc7dcad3696be9fdca0a5",
60+
"oryx",
6161
]
6262

6363
[tool.pyink]

0 commit comments

Comments
 (0)