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

Use latest pipenv version for GitHub Actions

Fixes #1714
This commit is contained in:
2022-09-06 10:23:20 -05:00
parent 54e8229454
commit 7e1f0196f9
2 changed files with 2 additions and 2 deletions

View File

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