Skip to content

Commit

Permalink
Fix pypi ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Mar 25, 2022
1 parent d3a3bd4 commit 5d6125e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Check Release Tag
run: |
python3 ci/check_version_number.py ${{ github.event.release.tag_name }}
- name: Install Python Dependencies
run: |
pip install -U -r requirements.txt
Expand Down

0 comments on commit 5d6125e

Please sign in to comment.