1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 09:12:39 +00:00

Use pipenv version 2022.8.24 for GitHub Actions

This commit is contained in:
2022-09-01 21:32:26 -05:00
parent b5205aee77
commit 5f970c58ac
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install pipenv
pip install -Iv pipenv==2022.8.24
pipenv install
- name: Build website