Skip to content

Commit

Permalink
Added path for environment in conda create command
Browse files Browse the repository at this point in the history
  • Loading branch information
Frost45 committed May 18, 2021
1 parent 751b3ff commit a1bdee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variables:
- git config core.sparsecheckout true
- echo "tests/*" > .git/info/sparse-checkout
- git pull --depth=1 origin main
- conda create --name rsmenv python=3.7 --yes
- conda create --prefix /root/rsmenv python=3.7 --yes
- /root/rsmenv/bin/pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple rsmtool==${RSMVERSION} nose parameterized

script:
Expand Down

0 comments on commit a1bdee5

Please sign in to comment.