Skip to content

Commit

Permalink
Migrate to Github Actions audreyfeldroy#707
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisBilla committed Apr 6, 2024
1 parent 27ced9f commit cfda64a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.x"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coverage
if [ -f requirements.txt ]; then pip install -r requirements_dev.txt; fi
- name: Run Tests and generate coverage report
run: |
coverage run -m pytest
Expand Down

0 comments on commit cfda64a

Please sign in to comment.