Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 22, 2024
1 parent 5d078cb commit 7e88b5c
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Black formatting
uses: lgeiger/[email protected]
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7e88b5c

Please sign in to comment.