Skip to content

Commit

Permalink
Disable Python 3.8 testing until #112 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Dec 21, 2020
1 parent 5301595 commit 24fb280
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8']
python-version: ['3.6', '3.7']

steps:
- uses: actions/checkout@v2
Expand All @@ -40,7 +40,6 @@ jobs:
run: |
pytest
- name: Test TUPA
if: matrix.python-version != '3.8'
run: |
pip install -U --upgrade-strategy=only-if-needed tupa
python -m tupa test_files/standard3.xml -t test_files/standard3.xml -I 1 --max-words-external=50 --word-dim=10 --lstm-layer-dim=10 --embedding-layer-dim=10

0 comments on commit 24fb280

Please sign in to comment.