This commit is contained in:
James Hilton-Balfe
2023-02-13 00:20:58 +00:00
committed by GitHub
parent 1b1bd47cb1
commit 6df8cef3f0
6 changed files with 1282 additions and 1183 deletions

View File

@@ -18,10 +18,10 @@ jobs:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
@@ -41,7 +41,7 @@ jobs:
run: poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: .venv