Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne391 committed Oct 31, 2023
1 parent 7e45030 commit b87d096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt # Replace with the path to your requirements file
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt # Replace with the path to your requirements file
- name: Build and Publish
run: |
Expand Down

0 comments on commit b87d096

Please sign in to comment.