Skip to content

Commit

Permalink
github pipeline: remove cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Jul 10, 2023
1 parent bb672a3 commit c263611
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)

## [5.0.2] 2023-07-10

### Fixed

- github pipeline: remove cache config (poetry not found)


## [5.0.1] 2023-07-07

### Fixed

- README: pypi links


## [5.0.0] 2023-07-06

### Changed
Expand Down
1 change: 0 additions & 1 deletion src/.github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'poetry'

- name: Install and configure poetry
uses: snok/install-poetry@v1
Expand Down
1 change: 0 additions & 1 deletion src/.github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'poetry'

- name: Install and configure poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit c263611

Please sign in to comment.