From c02b3f14775529f02330ccb08024798ae03bc423 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Sat, 23 Mar 2024 20:57:44 -0400 Subject: [PATCH] Rearrange tests. Signed-off-by: Chris Lalancette --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10b2ded8..656c71c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,9 @@ jobs: - name: Install pip dependencies run: python -m pip install flake8 pytest + - name: Run flake8 + run: flake8 --ignore=E501,E266 pycdlib tools/* + - name: Build patched cdrkit run: | pushd vendor @@ -49,9 +52,6 @@ jobs: popd popd - - name: Run flake8 - run: flake8 --ignore=E501,E266 pycdlib tools/* - - name: Patch pycdlib-genisoimage for python version run: sed -i -e '0,/python3/s//python/' tools/pycdlib-genisoimage