diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3e12d34..9ae0c6a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 12adc1d..ac48ff9 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -1,4 +1,4 @@ -name: Publish camel to PyPI / GitHub +name: Publish CRAB to PyPI / GitHub on: push: diff --git a/.github/workflows/pytest_package.yml b/.github/workflows/pytest_package.yml index 3e34838..8c0643f 100644 --- a/.github/workflows/pytest_package.yml +++ b/.github/workflows/pytest_package.yml @@ -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