Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 2, 2024
1 parent 646fed6 commit ba2e9f8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
with:
args: "./"

- name: Run isort
uses: jamescurtin/isort-action@master
with:
configuration: --profile black

- name: Check for modified files
id: git-check
Expand All @@ -43,6 +39,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install system dependencies for pyenv
run: |
sudo apt-get update
sudo apt-get install build-essential zlib1g-dev libffi-dev libssl-dev \
libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev \
libncurses-dev tk-dev
- name: Install python version
uses: gabrielfalcao/pyenv-action@v13
with:
Expand Down Expand Up @@ -88,6 +91,7 @@ jobs:
pip install
build
--user
--break-system-packages
- name: Build a binary wheel and a source tarball
run: >-
Expand Down

0 comments on commit ba2e9f8

Please sign in to comment.