Skip to content

Commit

Permalink
Stop testing Python 3.8 since DyNet 2.1 does not support it
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Dec 15, 2020
1 parent 216f6b9 commit 83130c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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']
test: ['unit', 'toy-ucca', 'sparse-ucca', 'mlp-ucca', 'bilstm-ucca', 'noop-ucca', 'tune-ucca', 'toy-amr', 'sparse-amr', 'noop-amr', 'tune-amr', 'toy-sdp', 'sparse-sdp', 'mlp-sdp', 'bilstm-sdp', 'noop-sdp', 'tune-sdp', 'toy-conllu', 'tune-conllu']

env:
Expand Down

0 comments on commit 83130c5

Please sign in to comment.