Update tests.yml

This commit is contained in:
Rhet Turnbull
2022-12-11 19:05:05 -08:00
committed by GitHub
parent 025ee36086
commit debc001af9

View File

@@ -13,9 +13,9 @@ jobs:
python-version: ['3.9', '3.10', '3.11'] python-version: ['3.9', '3.10', '3.11']
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies