Skip to content

Commit

Permalink
fix install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Mar 27, 2024
1 parent 0234128 commit 2fa2852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ stages:
# - pip config set global.extra-index-url https://test.pypi.org/simple/
- python -m pip install ".[full]" --no-cache-dir
- python -c "import qsprpred; print(qsprpred.__version__)" # For debugging package version
- python -m install pytest
- python -m install jupyterlab
- python -m freeze # For debugging environment
- python -m pip install pytest
- python -m pip install jupyterlab
- python -m pip freeze # For debugging environment
script:
- cd testing && QSPPRED_TEST_SPLIT_UNITS=true QSPRPRED_VERBOSE_LOGGING=true ./run.sh

Expand Down

0 comments on commit 2fa2852

Please sign in to comment.