Skip to content

Commit

Permalink
fix: test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat committed Jan 5, 2024
1 parent 84f0d37 commit 61217f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
- name: Setup python
run: python -m venv .venv

- name: Install package locally
- name: Install dependencies
run: |
source .venv/bin/activate
git clone --depth 1 https://github.com/fal-ai/fal
pip install -e projects/fal
pip install pytest pytest-asyncio pillow
Expand All @@ -35,10 +34,8 @@ jobs:
FAL_KEY_SECRET: ${{ secrets.FAL_CLOUD_KEY_SECRET }}
FAL_HOST: api.${{ vars.FAL_CLOUD_INTEGRATION_TEST_HOST }}
run: |
source .venv/bin/activate
pytest -v projects/fal/tests --ignore projects/fal/tests/toolkit/image_test_requires_pil.py
- name: Run integration tests with PIL
run: |
source .venv/bin/activate
pytest -v projects/fal_serverless/tests/toolkit/image_test_requires_pil.py
pytest -v projects/fal/tests/toolkit/image_test_requires_pil.py

0 comments on commit 61217f3

Please sign in to comment.