Skip to content

Commit

Permalink
fix tests (see gpytorch error pytorch/botorch#1370 )
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoIV committed Sep 7, 2022
1 parent d6c66d1 commit fa62c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ stages: # List of stages for jobs, and their order of execution
.pip-test-base: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully.
script:
- pip install wheel numpy gpytorch==1.8.1
- pip install .
- pip install pytest pytest-cov coverage
- coverage --version
Expand Down Expand Up @@ -149,4 +150,4 @@ deploy-public-repo:
- git config user.email "${EMAIL}"
- git config user.name "${NAME}"
- git commit -m "mirror to GitHub"
- git push --force https://${GH_USERNAME}:${GH_ACCESS_KEY}@github.com/${GH_USERNAME}/BAxUS.git orphan:main
- git push --force https://${GH_USERNAME}:${GH_ACCESS_KEY}@github.com/${GH_USERNAME}/BAxUS.git orphan:main

0 comments on commit fa62c95

Please sign in to comment.