Skip to content

Commit

Permalink
Fixed Windows tests and update dependencies (#549)
Browse files Browse the repository at this point in the history
* Updated svgelements to 1.8.4 (fixes #537)
* Updated other deps
* Pinned snok/install-poetry to 1.3.1 for Windows test to address snok/install-poetry#94
* Cleaned up poetry version pinning in release.yml
  • Loading branch information
abey79 authored Oct 11, 2022
1 parent e3a8787 commit 91d32f9
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: snok/install-poetry@v1
uses: snok/install-poetry@v1.3.1 # pinned until snok/install-poetry#94 is resolved
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.13
virtualenvs-create: true
virtualenvs-in-project: true
- name: Build and run PyInstaller
Expand Down Expand Up @@ -98,7 +97,6 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.13
virtualenvs-create: true
virtualenvs-in-project: true
- name: Build
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Release date: UNRELEASED

### Other changes

* Updated [svgelements](https://github.com/meerk40t/svgelements) to 1.8.4, which fixes issue with some SVG constructs used by Matplotlib exports (#549)
* [Poetry](https://python-poetry.org) 1.2 or later is not required (developer only) (#541)
* A `justfile` is now provided for most common operations (install, build the documentation, etc.) (#541)
* Migrated to [Plausible.io](https://plausible.io) (from Google Analytics) for [vpype.readthedocs.io](https://vpype.readthedocs.io) (#546)
Expand Down
Loading

0 comments on commit 91d32f9

Please sign in to comment.