Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into add-source
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 21, 2023
2 parents f263cb8 + aef6fb5 commit f79de4d
Show file tree
Hide file tree
Showing 3 changed files with 1,183 additions and 936 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.11", "3.8" ]
python-version: [ "3.12", "3.11", "3.8" ]

steps:

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-${{ matrix.python-version }}

#----------------------------------------------
# install dependencies if cache does not exist
Expand Down
Loading

0 comments on commit f79de4d

Please sign in to comment.