Skip to content

Commit

Permalink
combine build verification jobs to avoid needing to upload and downlo…
Browse files Browse the repository at this point in the history
…ad artifacts
  • Loading branch information
mikealfare committed Feb 2, 2025
1 parent 57c64ea commit d2f02d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ jobs:
run: |
echo "date=$(date +'%Y-%m-%dT%H_%M_%S')" >> $GITHUB_OUTPUT #no colons allowed for artifacts
- uses: actions/upload-artifact@v4
if: always()
with:
name: unit_results_${{ matrix.python-version }}-${{ steps.date.outputs.date }}.csv
path: unit_results.csv
overwrite: true

test-build:
name: verify packages / python ${{ matrix.python-version }} / ${{ matrix.os }} / ${{ matrix.dist-type }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d2f02d5

Please sign in to comment.