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 07bb2e9 commit 7981ea2
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 @@ -27,8 +27,8 @@ jobs:
- name: test binary install
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
name="log-${{ matrix.os }}-py${{ matrix.python-version }}"
pip install '--only-binary=:all:' --no-cache-dir 'ev3dev2simulator==2.0.10' >& $name.txt || mv $name.txt $name.exit$?.txt
- name: Upload wheel artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7981ea2

Please # to comment.