Skip to content

Commit

Permalink
use install in workflow ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzjalen committed Feb 19, 2025
1 parent b57449c commit 4fcbf69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Run Makefile target (e.g., test)
run: |
Expand Down
49 changes: 0 additions & 49 deletions configure

This file was deleted.

0 comments on commit 4fcbf69

Please sign in to comment.