Skip to content

Commit

Permalink
Use pipenv version 2022.8.24 for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Sep 2, 2022
1 parent b5205ae commit 5f970c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
dist: site
failOnError: 'true'
build: |
pip install pipenv
pip install -Iv pipenv==2022.8.24
pipenv install
pipenv run mkdocs build --config-file mkdocs.production.yml

0 comments on commit 5f970c5

Please sign in to comment.