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 run: rye lint
- name: Tests (PyTest) - name: Tests (PyTest)
run: task test run: pytest hyperglass --ignore hyperglass/plugins/external
- name: Run hyperglass - name: Run hyperglass
run: ".tests/ga-backend-app.sh" run: ".tests/ga-backend-app.sh"