Skip to content

Commit

Permalink
missed this file in the prior update, adding now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Lyssenko committed Jun 12, 2023
1 parent 5849d50 commit e1d891e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: false
name: Test on Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install wheel
Expand Down

0 comments on commit e1d891e

Please sign in to comment.