Skip to content

Commit

Permalink
Testing dependency versions (#439)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mcaceresb committed Mar 20, 2024
1 parent 15ed62c commit f7be69b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
Expand All @@ -26,6 +26,8 @@ jobs:

- name: Set up Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.10

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ pytest = ">=3.7.1"
# jupyter_kernel_test==0.3.0

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

0 comments on commit f7be69b

Please sign in to comment.