Skip to content

Commit

Permalink
Merge pull request #34 from Photoroom/ben/ci_hotfix
Browse files Browse the repository at this point in the history
dumbfix
  • Loading branch information
blefaudeux authored Nov 13, 2024
2 parents e804dbb + c3c0eb2 commit f7fc0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
DATAROOM_API_URL: ${{ secrets.DATAROOM_API_URL }}
run: |
ls
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-tests.txt
pytest -xv python/tests/*
- name: Build the package
Expand Down

0 comments on commit f7fc0a0

Please sign in to comment.