Skip to content

Commit

Permalink
fixed extra index url
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobaer authored Aug 30, 2024
1 parent 4666c0c commit 7fbf8b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on: [push, pull_request]

jobs:
build:
env:
PIP_EXTRA_INDEX_URL: "https://globaltrigger.web.cern.ch/pypi"

runs-on: ubuntu-latest
strategy:
Expand All @@ -19,10 +21,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e . --extra-index-url=https://globaltrigger.web.cern.ch/pypi/
- name: Install tox and any other packages
run: pip install tox
- name: Run tox
Expand Down

0 comments on commit 7fbf8b4

Please sign in to comment.