Skip to content

Commit f7be69b

Browse files
authored
Testing dependency versions (#439)
* Manually bumped to 1.12.3 * Bump version: 1.12.3 → 1.13.0 * Testing versioning * Tests passing locally * Back to previous master * Remove 3.6 tests * Testing poetry version
1 parent 15ed62c commit f7be69b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
tests:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
1717
python-version: [3.6, 3.7, 3.8, 3.9]
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Set up Poetry
2828
uses: snok/install-poetry@v1
29+
with:
30+
version: 1.1.10
2931

3032
- name: Install dependencies
3133
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ pytest = ">=3.7.1"
5252
# jupyter_kernel_test==0.3.0
5353

5454
[build-system]
55-
requires = ["poetry-core>=1.0.0"]
55+
requires = ["poetry-core>=1.1.10"]
5656
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)