Skip to content

Commit

Permalink
CI: update requirements for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Jul 26, 2023
1 parent 4057395 commit f2c7479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,9 @@ def build_wheels(){
checkout scm
if(isUnix()){
sh(label: 'Building sdist',
script: '''python -m venv venv --upgrade-deps
script: '''apt-get update -y
apt-get install -y git
python -m venv venv --upgrade-deps
venv/bin/pip install build
venv/bin/python -m build --sdist
'''
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-ci-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ tox==3.28.0
tqdm==4.65.0
twine==4.0.2
typing_extensions==4.7.1
uiucprescon.build @ git+https://github.com/UIUCLibrary/uiucprescon_build.git@v0.1.0
urllib3==1.26.16
virtualenv==20.24.2
webencodings==0.5.1
Expand Down

0 comments on commit f2c7479

Please sign in to comment.