diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 06a2565..965a813 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -13,9 +13,6 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: 'x64' - - name: Lint python with ruff - run: | - ruff check . - name: Cache Python packages uses: actions/cache@v3 with: @@ -26,6 +23,9 @@ jobs: - name: Install dependencies run: | pip install . ruff scitree asreview-datatools asreview-insights synergy-dataset + - name: Lint python with ruff + run: | + ruff check . - name: Set up directories run: | mkdir -p ./tmp/basic/data-test ./tmp/arfi/data ./tmp/multimodel/data ./tmp/scripts ./tmp/synergy/data