Skip to content

Commit

Permalink
Fixed paths in other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SMijin committed Jun 21, 2023
1 parent 2bf32a2 commit 4c2bf41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
pip install mypy
pip install black
pip install pytest
cd RMK_support
pip install .
- name: Run mypy
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
pip install nbsphinx
pip install nbsphinx-link
pip install sphinx_rtd_theme
cd RMK_support
pip install .
sudo apt-get install --no-install-recommends pandoc
Expand Down

0 comments on commit 4c2bf41

Please sign in to comment.