Readding setup.py and adding permissions to /usr/local/lib/

This commit is contained in:
justin-h-loi 2023-08-22 16:20:27 -04:00 committed by arp102
parent 7299fa7305
commit 0cf89ebbcb

View File

@ -18,6 +18,8 @@ jobs:
- run: pip install bandit
- run: pip install codecov
- run: pip install slugs
- run: sudo chmod -R 777 /usr/local/lib/
- run: python3 setup.py install
- run: RUN_INTEGRATION_TESTS=${{ matrix.test_number }} ./.travis/run.sh
- run: codecov
strategy: