diff options
| author | louist103 <louist103@gmail.com> | 2022-07-18 18:08:14 -0400 |
|---|---|---|
| committer | louist103 <louist103@gmail.com> | 2022-07-18 18:08:14 -0400 |
| commit | e7bb31a1c74da39b10fb783550e1976ee45a1bb9 (patch) | |
| tree | 3dc00ea49ac94b4c12002e8738eeb9f5536db8ef | |
| parent | fadf29fbd14f05857b1a20c6d01afddae40e3f7d (diff) | |
revert jenkins file
| -rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 2a42858..9c4dde7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,12 +54,6 @@ pipeline { stage('Setup MM') { steps { dir('mm') { - stage('Install Python dependencies') { - steps { - echo 'Installing Python dependencies' - sh 'python3 -m pip install -r requirements.txt' - } - } sh 'cp /usr/local/etc/roms/mm.us.rev1.z64 baserom.mm.us.rev1.z64' // Identical to `make setup` except for copying our newer ZAPD.out into mm |
