Skip to content

Commit

Permalink
hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed May 15, 2024
1 parent 94b66d3 commit 65ae98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
stage('Build') {
steps {
withPythonEnv('System-CPython-3.10') {
withEnv(['PIP_INDEX_URL=PIP_INDEX_URL=https://pypi.uwkm.nl/voxyan/testing/+simple/']) {
withEnv(['PIP_INDEX_URL=https://pypi.uwkm.nl/voxyan/testing/+simple/']) {
pysh "make install"
}
}
Expand Down

0 comments on commit 65ae98f

Please sign in to comment.