Skip to content

Commit c587240

Browse files
committed
fix: tiny fix in github actions
1 parent 873f2ef commit c587240

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python environment and install dependencies
15-
uses: ./.github/actions/camel_install
15+
uses: ./.github/actions/crab_install
1616
with:
1717
python-version: "3.10"
1818
- name: Sphinx build

.github/workflows/publish_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish camel to PyPI / GitHub
1+
name: Publish CRAB to PyPI / GitHub
22

33
on:
44
push:

.github/workflows/pytest_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Pytest Crab package
4+
name: Pytest CRAB package
55

66
on: push
77

0 commit comments

Comments
 (0)