Skip to content

Commit 4cbd78e

Browse files
committed
Merge branch 'optimization-tests' of https://github.com/B612-Asteroid-Institute/adam-assist into optimization-tests
2 parents 33b6390 + 4a12a46 commit 4cbd78e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pip-build-lint-test-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
uses: pdm-project/setup-pdm@v4
3939
with:
4040
python-version: '3.12'
41+
- name: Ensure setuptools and wheel
42+
run: pip install --upgrade pip setuptools wheel
4143
- name: Install dev dependencies
4244
run: pdm install -G dev --no-isolation
4345
- name: Lint

0 commit comments

Comments
 (0)