Skip to content

Commit

Permalink
Add polib as a deploy process dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Apr 3, 2023
1 parent 8e16cfb commit f8dc54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
python-version: '3.11'
- name: Install Dependencies
run: |
python -m pip install --upgrade build pip
python -m pip install --upgrade build pip polib
pip install --upgrade .
- name: Build Distribution
run: |
Expand Down

0 comments on commit f8dc54e

Please sign in to comment.