Skip to content

Commit

Permalink
remove index settings
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Mar 22, 2024
1 parent 98c7305 commit 919d794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ stages:
- export MAFFT_BINARIES=$PWD/mafft-linux64/mafftdir/libexec/
- clustalo --version # For debugging clustalo version
- mafft --version # For debugging mafft version
- pip config set global.index-url https://pypi.org/simple/
- pip config set global.extra-index-url https://test.pypi.org/simple/
# - pip config set global.index-url https://pypi.org/simple/
# - pip config set global.extra-index-url https://test.pypi.org/simple/
- pip install ".[full]" --no-cache-dir
- python -c "import qsprpred; print(qsprpred.__version__)" # For debugging package version
- pip install pytest
Expand Down

0 comments on commit 919d794

Please sign in to comment.