Skip to content

Commit

Permalink
Merge branch 'develop' into types
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed May 20, 2024
2 parents 24fc092 + 794a1b0 commit 867f91b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: 'pip'
cache-dependency-path: setup.py
python-version: ${{ matrix.python-version }}
- name: Install host dependencies
run: |
Expand Down

0 comments on commit 867f91b

Please sign in to comment.