Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbren12 committed Jun 1, 2024
1 parent edaccb0 commit 8348fbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
apt-get install -y build-essential
- name: lint
run: make lint

- name: Install dependencies
- name: Build package
run: |
python -m pip install --upgrade pip
pip install --no-build-isolation .
Expand Down

0 comments on commit 8348fbf

Please sign in to comment.