Update python-package.yml

This commit is contained in:
Jamie Hardt
2022-11-15 10:37:04 -08:00
committed by GitHub
parent b213933ad8
commit fe46d1b242

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2.5.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.3.8
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies