Browse Source

pipeline: verify Pipfile.lock hash matches Pipfile

https://github.com/fphammerle/switchbot-mqtt/commit/53cc897c8827011be9435b9afad88d72a55ea5c1
Fabian Peter Hammerle 4 years ago
parent
commit
2ea5fec55c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/python.yml

+ 1 - 1
.github/workflows/python.yml

@@ -24,7 +24,7 @@ jobs:
       with:
         python-version: ${{ matrix.python-version }}
     - run: pip install --upgrade pipenv>=2018.10.9
-    - run: pipenv sync --dev
+    - run: pipenv install --deploy --dev
     # ModuleNotFoundError: No module named 'importlib_metadata'
     # https://github.com/WanzenBug/pylint-import-requirements/issues/17
     - run: if python3 -c 'import sys; sys.exit(sys.version_info < (3, 8))'; then