Skip to content

Commit

Permalink
Update site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andriygav authored Oct 3, 2024
1 parent 838cf9a commit 8d17d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Python 3.8
- name: Setup Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.7

# install requirements
- name: Install requirements
Expand Down

0 comments on commit 8d17d66

Please sign in to comment.