From d29a5c6caf3e66cc2549925dccf613451432d7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Tue, 13 Dec 2022 13:37:49 +0100 Subject: [PATCH] Update CI --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 163b640..e816c47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [master, ci] pull_request: branches: [master] workflow_dispatch: @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [ubuntu-latest] python: [3.9, "3.10"] steps: @@ -27,7 +27,7 @@ jobs: pip install -q --upgrade codecov coverage black flake8 codacy-coverage - name: Build and install run: | - cd /home/runner/work/FImdlp/FImdlp + cd work/FImdlp/FImdlp make install - name: Lint run: |