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 af4de6d commit dcb1f34
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.6
- name: Setup Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.9

# install requirements
- name: Install requirements
Expand Down

0 comments on commit dcb1f34

Please sign in to comment.