Skip to content

Commit

Permalink
Fixed missing python in pypi test
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Apr 20, 2023
1 parent d4b03d7 commit e5ed27d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
with:
token: ${{ secrets.PAT }}

- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies

- name: Install requirements
shell: bash
run: |
Expand Down

0 comments on commit e5ed27d

Please sign in to comment.