Skip to content

Commit bfab49a

Browse files
authored
Merge pull request #133 from jdb78/maintenance/pytorch-lightning-1.0.4
Forbid pytorch lightning 1.0.4 as it breaks the code
2 parents c2d7ef4 + caa84a6 commit bfab49a

File tree

3 files changed

+848
-778
lines changed

3 files changed

+848
-778
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-18.04, macOS-10.15] # add windows-2019 when poetry allows installation with `-f` flag
18-
python-version: [3.6, 3.7, 3.8, 3.9]
18+
python-version: [3.6, 3.7, 3.8] # python 3.9 is not supported by all dependencies yet
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)