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 121baef commit 031bdd1
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.7
- name: Setup Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.10

# install requirements
- name: Install requirements
Expand Down

0 comments on commit 031bdd1

Please sign in to comment.