Skip to content

Commit

Permalink
[DO NOT MERGE] Try removing tox tests to see if build passes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Nov 2, 2023
1 parent 2603932 commit d369059
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/libvmaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ jobs:
- name: Run tests
run: |
sudo ninja -vC libvmaf/build test
- name: Run tox tests
run: |
mkdir -p ~/.ccache && sudo chown -R $(whoami) ~/.ccache
pip install 'tox<4'
tox -c python/ -e py -- -v -p no:warnings -m 'main or lib' --doctest-modules
- name: Get binary path & Current Release
id: get_info
Expand Down

0 comments on commit d369059

Please sign in to comment.