1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

fix call to taskipy binary in CI

This commit is contained in:
thatmattlove 2024-03-02 00:05:57 -05:00
parent 825961a0eb
commit 2c1be54341

View file

@ -60,7 +60,7 @@ jobs:
run: rye lint
- name: Tests (PyTest)
run: task test
run: pytest hyperglass --ignore hyperglass/plugins/external
- name: Run hyperglass
run: ".tests/ga-backend-app.sh"