Skip to content

Commit

Permalink
fix: menambahkan requirements.txt pada unitesting
Browse files Browse the repository at this point in the history
Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 committed Jan 21, 2024
1 parent 4a993a6 commit 98f9227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythontesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: install requirement
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r dev-requirements.txt
- name: cek kode dengan flake8
Expand Down

0 comments on commit 98f9227

Please sign in to comment.