There was an error while loading. Please reload this page.
1 parent c482622 commit 4af46c6Copy full SHA for 4af46c6
1 file changed
.github/workflows/licenses.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: 3.8
23
- name: Install and run pip-licenses
24
run: |
25
- pip config set global.extra-index-url https://$PYPI_USERNAME:$PYPI_PASSWORD@pypi.cuenca.io:8081
+ pip config set global.extra-index-url https://$PYPI_USERNAME:$PYPI_PASSWORD@pypi.cuenca.com:8081
26
make install-test
27
pip install pip-licenses
28
pip-licenses --format=csv --output-file licence_compliance.csv
0 commit comments