Skip to content

Commit

Permalink
Fix github workflow failing on python
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Sep 1, 2023
1 parent 0c4d936 commit 7b0c0aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: dependency
run: npm install

- name: check
run: make check
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ py-venv: requirements.txt
virtualenv py-venv
source py-venv/bin/activate; pip install -r requirements.txt

check: deps clean-dynamic
check: node_modules clean-dynamic
sh -c "markdownlint-cli2 **/docs/*.md"

build: ${DYNAMIC_TARGETS}
Expand Down

0 comments on commit 7b0c0aa

Please sign in to comment.