Skip to content

Commit

Permalink
fix: tiny fix in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dandansamax committed Aug 25, 2024
1 parent 873f2ef commit c587240
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python environment and install dependencies
uses: ./.github/actions/camel_install
uses: ./.github/actions/crab_install
with:
python-version: "3.10"
- name: Sphinx build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish camel to PyPI / GitHub
name: Publish CRAB to PyPI / GitHub

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Pytest Crab package
name: Pytest CRAB package

on: push

Expand Down

0 comments on commit c587240

Please sign in to comment.