minor changes

This commit is contained in:
Dmitry Shibanov 2023-07-13 12:53:02 +02:00
parent 90236fe6a3
commit be445e540a

View File

@ -65,7 +65,7 @@ jobs:
} else { } else {
pipenv install --python ${{ matrix.python-version }} # --keep-outdated pipenv install --python ${{ matrix.python-version }} # --keep-outdated
} }
- run: python test-pipenv.py - run: pipenv run python test-pipenv.py
python-poetry-dependencies-caching: python-poetry-dependencies-caching:
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }}) name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@ -142,4 +142,4 @@ jobs:
} else { } else {
pipenv install --python ${{ matrix.python-version }} # --keep-outdated pipenv install --python ${{ matrix.python-version }} # --keep-outdated
} }
- run: python test-pipenv.py - run: pipenv run python test-pipenv.py