Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Oct 15, 2023
1 parent 321520f commit c256e13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.x'
- name: Install hatch
run: pip install --upgrade hatch
- name: Set version from tag
Expand All @@ -48,6 +52,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.x'
- name: Install hatch
run: pip3 install --upgrade hatch
- name: Set version from tag
Expand Down

0 comments on commit c256e13

Please sign in to comment.