Skip to content

Commit

Permalink
Fix setup-python failing due to no requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien 🌱 committed Dec 20, 2022
1 parent c692c72 commit 6a0b461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6a0b461

Please sign in to comment.