Skip to content

Commit

Permalink
fixed test failiours
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 3, 2024
1 parent eb2e1b9 commit bbe6c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r data/requirements.txt
pip install -r data/requirements.txt -r requirements-dev.txt -r server/main-api/test/requirements.txt
- run: pytest
#type-check:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit bbe6c80

Please sign in to comment.