Skip to content

Commit

Permalink
Update github action test script to include index_url
Browse files Browse the repository at this point in the history
  • Loading branch information
shchen-idmod committed Oct 11, 2023
1 parent 673d2d7 commit bda8654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
architecture: x64
- name: Install requirements.txt
run: |
pip install -r requirements_2018.txt
pip install -r requirements_2018.txt --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
- name: Install from source
run: |
pip install -e .
Expand Down

0 comments on commit bda8654

Please sign in to comment.