diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1892c0d86..47f6fcf12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: node-version: 14.x - name: Install dependencies run: | - pip install pipenv + pip install pipenv==2022.10.4 pipenv install --dev --system cd game_frontend yarn --frozen-lockfile diff --git a/README.md b/README.md index f538f729a..76e08b1b2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@