fixed tox config

This commit is contained in:
Bryan Bailey
2022-03-31 11:04:54 -04:00
parent db9cce5ac2
commit bc32ce7a78

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix-python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
run: run:
python -m pip install --upgrade pip python -m pip install --upgrade pip