Skip to content

Commit

Permalink
Removed test run output redirect to github_step_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
miballe committed Nov 7, 2024
1 parent 74d299a commit a512023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ jobs:

- name: Install latest PIP
run: |
python -m pip install --upgrade pip >> $GITHUB_STEP_SUMMARY
python -m pip install --upgrade pip
- name: Install Dependencies
run: |
python -m pip install pytest pytest-cov >> $GITHUB_STEP_SUMMARY
python -m pip install pytest pytest-cov
- name: Setup factiva-analytics <DEV> (this repo)
run: |
python -m pip install -e . >> $GITHUB_STEP_SUMMARY
python -m pip install .
- name: pytest
run: pytest test/ >> $GITHUB_STEP_SUMMARY
run: pytest test/

build:
name: Build and publish
Expand Down

0 comments on commit a512023

Please sign in to comment.