Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister committed Feb 8, 2024
1 parent a4ec891 commit 78c93ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
validate-models:
name: CI
runs-on: ubuntu-latest
defaults:
run:
working-directory: dev/

steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +26,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install requirements
run: pip install -r models_validator/requirements.txt
run: pip install -r requirements.txt

- name: Check black
if: always()
Expand Down

0 comments on commit 78c93ca

Please sign in to comment.