Skip to content

Commit

Permalink
Fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Oct 17, 2023
1 parent 78eaebe commit a84b442
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,13 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.x'
if: "startsWith(github.ref, 'refs/tags/')"
- name: Install hatch
run: pip3 install --upgrade hatch virtualenv
run: pip3 install --upgrade hatch
- name: Set version from tag
run: hatch version $GITHUB_REF_NAME
if: "startsWith(github.ref, 'refs/tags/')"
Expand Down

0 comments on commit a84b442

Please sign in to comment.