Skip to content

Commit

Permalink
Inspect jython issue
Browse files Browse the repository at this point in the history
  • Loading branch information
baztian committed Jun 2, 2021
1 parent cd2fd4c commit a5c192e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.8]
python-version: [3.8]
plattform: ["Python"]
include:
- python-version: 3.8
- python-version: 3.7
plattform: "Jython"
jython: org.python:jython-installer:2.7.2
toxenv: "jython-driver-{hsqldb,mock}"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
JYTHON: ${{ matrix.jython }}
- name: Install dependencies
# for some reason installing from https://github.com/baztian/tox-gh-actions/archive/allow-env-override.tar.gz doesn't work
run: pip install coveralls tox git+https://github.com/baztian/tox-gh-actions.git@allow-env-override
run: pip install coveralls tox==3.15.2 git+https://github.com/baztian/tox-gh-actions.git@allow-env-override
- name: Test with tox for Jython only
if: matrix.jython
run: tox -e "${{ matrix.toxenv }}"
Expand Down
3 changes: 3 additions & 0 deletions ci/before_install_jython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ if [ ! -d "$INST_DIR" ]; then
fi
pip install --upgrade virtualenv==15.1.0 tox==3.9.0
sudo ln -s "$INST_DIR"/bin/jython /usr/local/bin/
which jython
jython --version
echo "WHICH"

0 comments on commit a5c192e

Please sign in to comment.