Skip to content

Commit

Permalink
debug: gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Apr 8, 2024
1 parent 3fddad8 commit aa6d15d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip # caching pip dependencies
- name: Install project and dependent tools
run: |
pip install -r requirements.txt .
pip install -e . -r requirements.txt
- name: Check with ruff
run: |
ruff check .
Expand All @@ -57,6 +58,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- name: Install builder
run: pip install build
Expand Down

0 comments on commit aa6d15d

Please sign in to comment.