Skip to content

Commit

Permalink
CI: install missing requirements
Browse files Browse the repository at this point in the history
mrakitin committed Apr 13, 2024
1 parent 3daf1d7 commit 0a137d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -150,6 +150,8 @@ jobs:
export PYTHONVER=$(echo ${{ matrix.python-version }} | sed 's/\.//g')
echo "PYTHONVER=${PYTHONVER}" >> $GITHUB_ENV
- uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v5
with:

0 comments on commit 0a137d6

Please sign in to comment.