Skip to content

Commit

Permalink
feat(#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 b4fa207 commit f1c628a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Cache
uses: actions/cache@v2.1.6
Expand Down Expand Up @@ -80,6 +83,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Cache
uses: actions/cache@v2.1.6
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: install deps
run: pip3 install scrap_engine

Expand Down

0 comments on commit f1c628a

Please sign in to comment.