Skip to content

Commit

Permalink
refactor: update test-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Oct 12, 2024
1 parent 472b30f commit 6332b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
working-directory: ./app

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'

- name: Install dependencies
working-directory: ./app
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
working-directory: ./app
run: python ./src/run_tests.py

0 comments on commit 6332b9d

Please sign in to comment.