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 f2c7479 commit 8bafd08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -335,15 +335,13 @@ def build_wheels(){
def buildStages = [
failFast: true,
'Source Distribution': {
node('docker'){
node('docker && linux'){
docker.image("python").inside(){
try{
checkout scm
if(isUnix()){
sh(label: 'Building sdist',
script: '''apt-get update -y
apt-get install -y git
python -m venv venv --upgrade-deps
script: '''python -m venv venv --upgrade-deps
venv/bin/pip install build
venv/bin/python -m build --sdist
'''
Expand Down

0 comments on commit 8bafd08

Please sign in to comment.