Permissions fix in .travis.yml action

This commit is contained in:
justin-h-loi 2023-08-01 00:51:53 -04:00 committed by arp102
parent a7d035e985
commit 2eb3f784c8

View File

@ -1221,7 +1221,7 @@ jobs:
- run: pip install bandit
- run: pip install codecov
- run: pip install slugs
- run: python setup.py install
- run: python setup.py install --user
- run: ./.travis/run.sh
- run: codecov
strategy: