Skip to content

Commit

Permalink
ci: make sure build package is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jun 19, 2024
1 parent 1324d3e commit 945659f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip setuptools wheel
pip install --upgrade pip setuptools wheel build
- name: Install
run: pip install .
- name: Build
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip setuptools wheel
pip install --upgrade pip setuptools wheel build
- name: Install
run: pip install .
- name: Test with pytest
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip setuptools wheel
pip install --upgrade pip setuptools wheel build
- name: Install
run: pip install .
- name: Test with pytest
Expand Down

0 comments on commit 945659f

Please sign in to comment.