From 7e88b5c837a05c49c102092aaa51746659a5ffd4 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Thu, 22 Aug 2024 20:16:16 +0200 Subject: [PATCH] fix workflow --- .github/workflows/main.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea08b19..0f3bbe1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 - name: Black formatting uses: lgeiger/black-action@v1.0.1 @@ -32,21 +32,6 @@ jobs: git commit -am "Black reformating" git push - lint: - runs-on: ubuntu-latest - needs: clean - steps: - - - name: Checkout source code - uses: actions/checkout@v4 - - - name: Super-Linter - uses: github/super-linter@v4 - env: - DEFAULT_BRANCH: master - IGNORE_GITIGNORED_FILES: true - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} - build: runs-on: ${{matrix.os}} strategy: @@ -59,7 +44,7 @@ jobs: - uses: actions/checkout@v2 - name: Install python version - uses: gabrielfalcao/pyenv-action@v7 + uses: gabrielfalcao/pyenv-action@v13 with: default: 3.10.6 command: pip install -U pip # upgrade pip after installing python @@ -89,7 +74,7 @@ jobs: python-version: [ "3.10" ] steps: - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} channels: conda-forge,cmutel,konstantinstadler,haasad,pascallesage,romainsacchi