Skip to content

Commit

Permalink
checking github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Jun 10, 2024
1 parent 2e044a9 commit abc6be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonBindings-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
python -c "import dgtal"
- name: Install python dependancies
- name: Install python dependencies
shell: bash
run: |
python -m pip install pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonBindings-Pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
path: ~/.conan
key: ${{ runner.os }}-conan2-${{ matrix.BUILD_TYPE }}

- name: Install python dependancies
- name: Install python dependencies
shell: bash
run: |
python -m pip install cmake
Expand Down

0 comments on commit abc6be2

Please sign in to comment.