Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:saezlab/networkcommons into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovaos committed Jul 2, 2024
2 parents bee7852 + e0b6aff commit 4fa43c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
echo "Env variables:\n\r"
echo -e "$PATH\n\r"
echo -e "$CFLAGS\n\r"
echo -e "$LDFLAGS\n\r"
poetry install --no-interaction --no-root
- name: Install library
run: poetry install --no-interaction
Expand All @@ -81,4 +77,4 @@ jobs:
env:
CODECOV_NAME: ${{ matrix.python }}-${{ matrix.os }}
run: |
poetry run codecovcli --no-color --required -F fast -t ${{ secrets.CODECOV_TOKEN }}
poetry run codecovcli --verbose upload-process -t ${{ secrets.CODECOV_TOKEN }} -n 'fast'-${{ github.run_id }} -F fast

0 comments on commit 4fa43c1

Please sign in to comment.