Skip to content

Commit

Permalink
Update requirements build step
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Dec 20, 2023
1 parent 08fe7ff commit 2bcfca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
- name: Install extra packages
run: |
${{ matrix.pydantic-install }}
Expand Down

0 comments on commit 2bcfca5

Please sign in to comment.