Skip to content

Commit

Permalink
cache-pip-requirements;-bump-setup-buildx-action (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer authored Aug 24, 2023
1 parent 7442845 commit cea71d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'

- name: Install Python requirements
run: pip install -r requirements.txt
Expand Down

0 comments on commit cea71d6

Please sign in to comment.