diff options
author | Sergey M․ <dstftw@gmail.com> | 2021-04-26 02:16:47 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2021-04-26 02:16:47 +0700 |
commit | 94520568b399d5b4f35a9708f5643d8b16c6c4ee (patch) | |
tree | 715c2f181f25d09512f640b8fa8c502f41d1f638 | |
parent | 273964d190fb048477e71114c4734fcb819c5c16 (diff) |
[workflows/ci.yml] Update link to jython-installer
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97b50aedc..90bd63c32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Install Jython if: ${{ matrix.python-impl == 'jython' }} run: | - wget http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar -O jython-installer.jar + wget https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar -O jython-installer.jar java -jar jython-installer.jar -s -d "$HOME/jython" echo "$HOME/jython/bin" >> $GITHUB_PATH - name: Install nose |