Skip to content

Commit

Permalink
typo in doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Sep 3, 2024
1 parent 0155529 commit 64b4f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Make docs
run: |
make clean
make docs
make doc
- name: Pull latest gh-pages
if: (contains(github.ref, 'version_0.2.0') || contains(github.ref, 'main')) && github.event_name == 'push'
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [

[project.optional-dependencies]
dev = ["ruff", "mypy", "automl-sphinx-theme", "build", "pytest"]
carl = ["carl_bench"]
carl = ["carl_bench==1.1.0"]
dacbench = ["dacbench"]
pufferlib = ["pufferlib==1.0.0"]

Expand Down

0 comments on commit 64b4f91

Please sign in to comment.