Skip to content

Commit

Permalink
add dev-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-mw committed Nov 12, 2024
1 parent df9f0ce commit 4dc900b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install setuptools wheel build twine
- name: Build and publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install setuptools wheel build twine
- name: Build and publish
env:
Expand Down

0 comments on commit 4dc900b

Please sign in to comment.