Skip to content

Commit

Permalink
Fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Jan 18, 2024
1 parent 55a0d0e commit d4f267a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

- name: Install required packages
run: |
pip install -r requirements-dev.txt
pip install .
- name: unit test
shell: bash
Expand Down

0 comments on commit d4f267a

Please sign in to comment.