Skip to content

Commit

Permalink
fix pypi publish (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi authored Apr 17, 2024
1 parent 6454fad commit 94a6e12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- run: sudo apt install -y pandoc gsfonts
- run: pip --version
- run: pip install -e .[dev,doc,oryx]
- run: pip install -e .[dev,doc]
- run: pip freeze

- name: Run lint
Expand Down Expand Up @@ -46,7 +46,9 @@ jobs:
# cache: pip
# cache-dependency-path: '**/pyproject.toml'

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

# Run tests (in parallel)
- name: Run core tests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ doc = [
"sphinx-gallery",
]
oryx = [
"oryx@git+https://github.com/jax-ml/oryx.git@b59ab020780cd53d488bc7dcad3696be9fdca0a5",
"oryx",
]

[tool.pyink]
Expand Down

0 comments on commit 94a6e12

Please sign in to comment.