Skip to content

Commit

Permalink
github: removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Jan 4, 2021
1 parent 268d5b7 commit 2b9155e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,9 @@ jobs:
with:
python-version: ${{ join(matrix.python-version, '.') }}

- name: Copy policy file for Linux (needed to use ImageMagic in visual debugging tox tests)
- name: Copy policy file for ubuntu-latest (needed to use ImageMagic in visual debugging tox tests)
run: |
ls -al /etc
ls -al /etc/ImageMagick-7 | true
cat /etc/ImageMagick-7/policy.xml | true
sudo mkdir -p /etc/ImageMagick-7/
sudo cp .github/workflows/policy.xml /etc/ImageMagick-7/policy.xml
sudo cp .github/workflows/policy.xml /etc/ImageMagick-6/policy.xml
ls -al /etc
ls -al /etc/ImageMagick-7 | true
cat /etc/ImageMagick-7/policy.xml | true
if: matrix.os == 'ubuntu-latest'

- name: Install poetry and tox
Expand Down

0 comments on commit 2b9155e

Please sign in to comment.