Skip to content

Commit

Permalink
(github) The last commits weren't updating the right workflows...
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Dec 23, 2024
1 parent ff8cd61 commit a2f161f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
run: ./install-go-dependencies.sh
- name: Install system python deps
run: sudo apt update && sudo apt install python3-ply python3-pil
- name: Upgrade pip
run: python -m ensurepip --upgrade
- name: Get setuptools
run: pip install --upgrade setuptools
- name: Install python deps
run: pip install -r requirements.txt
- name: Generate docs (RV)
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
# run: ./install-go-dependencies.sh
- name: Install system python deps
run: sudo apt update && sudo apt install python3-ply python3-pil
- name: Upgrade pip
run: python -m ensurepip --upgrade
- name: Get setuptools
run: pip install --upgrade setuptools
- name: Install python deps
run: pip install -r requirements.txt && pip install pytest
- name: Test agrf
Expand Down

0 comments on commit a2f161f

Please sign in to comment.