Skip to content

Commit

Permalink
Tweak constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Dec 8, 2022
1 parent 0766ccc commit b56e36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
- echo "tests/*" > .git/info/sparse-checkout
- git pull --depth=1 origin main
- conda create --prefix /root/rsmenv python=${PYVERSION} --yes
- /root/rsmenv/bin/pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple rsmtool==${RSMVERSION} "nbclient>=0.7.1" "kiwisolver>=1.4.3" "jupyterlab_widgets>=3.0.3" "jupyter_server>=1.23" "fonttools>=4.33" "debugpy>=1.6" nose parameterized
- /root/rsmenv/bin/pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple rsmtool==${RSMVERSION} "pandas>=1.5" "numpy>=1.23" "matplotlib>=3.6" "jupyter_server>=2.0" "notebook-shim>=0.2.0" nose parameterized

script:
- "/root/rsmenv/bin/nosetests --nologcapture -w ${TESTDIR} ${TESTFILES}"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
conda create --name rsmenv --yes --quiet -c conda-forge -c ets python=%PYTHON_VERSION% nose parameterized
conda init cmd.exe
CALL activate rsmenv
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple rsmtool==%RSMVERSION% "nbclient>=0.7.1" "kiwisolver>=1.4.3" "jupyterlab_widgets>=3.0.3" "jupyter_server>=1.23" "fonttools>=4.33" "debugpy>=1.6"
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple rsmtool==%RSMVERSION% "pandas>=1.5" "numpy>=1.23" "matplotlib>=3.6" "jupyter_server>=2.0" "notebook-shim>=0.2.0"
pip uninstall --yes pywin32
conda install -c conda-forge --yes pywin32
displayName: 'Install TestPyPI package for RSMTool'
Expand Down

0 comments on commit b56e36a

Please sign in to comment.