Skip to content

Commit

Permalink
Update test_binary_install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harcokuppens authored May 20, 2024
1 parent de463de commit 07bb2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_binary_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
shell: bash
run: |
pip install '--only-binary=:all:' --no-cache-dir 'ev3dev2simulator==2.0.10' >& out.txt
mv out.txt log-${{ matrix.os }}-py${{ matrix.python-version }}.exit$?.txt
#mv out.txt log-${{ matrix.os }}-py${{ matrix.python-version }}.exit$?.txt
- name: Upload wheel artifact
uses: actions/upload-artifact@v4
with:
name: log-${{ matrix.os }}-py${{ matrix.python-version }}
path: logs/*.txt
path: log-${{ matrix.os }}-py${{ matrix.python-version }}.txt


upload:
Expand Down

0 comments on commit 07bb2e9

Please # to comment.