Skip to content

Commit

Permalink
No interactive uninstallation of openbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Elubrazione committed Sep 6, 2024
1 parent c0a8333 commit 9c9c378
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
brew install autoconf
brew install automake
brew install libomp
- name: Get resource of Swig
- name: Get resource of SWIG for MacOs
if: matrix.os == 'macos-latest'
run: |
pip install --upgrade pip setuptools wheel
Expand All @@ -57,7 +57,7 @@ jobs:
curl -L -o pcre-8.44.tar.bz2 https://sourceforge.net/projects/pcre/files/pcre/8.44/pcre-8.44.tar.bz2/download
mv pcre-8.44.tar.bz2 pcre-8.44.tar
mv pcre-8.44.tar swig-3.0.12/
- name: Install Swig for MacOs
- name: Install SWIG for MacOs
if: matrix.os == 'macos-latest'
run: |
cd ./swig-3.0.12/
Expand All @@ -73,7 +73,10 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade wheel setuptools
pip install ".${{ env.test-requires }}"
pip uninstall openbox
- name: Uninstall package openbox for MacOs
if: matrix.os == 'macos-latest'
run: |
pip uninstall -y openbox
- name: Run tests
run: |
pytest ${{ env.pytest-args }} ${{ env.test-dir }}
Expand Down

0 comments on commit 9c9c378

Please sign in to comment.