Skip to content

Commit

Permalink
feat(lxgr-linux#287): Fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jul 13, 2024
1 parent 3014675 commit 4e85c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Cache
uses: actions/[email protected]
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Cache
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: install deps
run: pip install scrap_engine
Expand Down

0 comments on commit 4e85c0c

Please sign in to comment.