Skip to content

Commit

Permalink
Diagnosing GH action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Zburatorul committed Sep 17, 2024
1 parent 9b193b5 commit c945139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- '3.9'
- '3.10'
node-version:
- '18.x'
- '15.x'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
needs:
- tox
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: python-packages
path: dist
Expand Down

0 comments on commit c945139

Please sign in to comment.