Skip to content

Commit

Permalink
Do not install python stuff for runnig JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Feb 20, 2024
1 parent 193d346 commit b319ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install
run: |
make install
make npm
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Treibstoff
:target: https://pypi.python.org/pypi/treibstoff
:alt: Latest PyPI version

. image:: https://github.com/conestack/treibstoff/actions/workflows/test.yml/badge.svg
.. image:: https://github.com/conestack/treibstoff/actions/workflows/test.yml/badge.svg
:target: https://github.com/conestack/treibstoff/actions/workflows/test.yml
:alt: Test treibstoff

Expand Down

0 comments on commit b319ac9

Please sign in to comment.