Skip to content

Commit

Permalink
Fix integration test. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Aug 13, 2024
1 parent 152ff70 commit fcec326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
python-version: ${{ inputs.python-version }}
- run: python -m pip install --upgrade pip
- run: python -m pip install -r requirements/ci.txt
- run: python -m pip install -r requirements/test.txt
- run: python -m pip install -e .
- run: validate_ingestor_config resources/config.sample.json
- run: docker-compose version
Expand Down

0 comments on commit fcec326

Please sign in to comment.