Skip to content

Commit

Permalink
Merge branch 'master' into cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed May 19, 2024
2 parents 334a45e + 32e7a38 commit 3500ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
os:
- "ubuntu-20.04"
- "ubuntu-22.04"
- "ubuntu-24.04"
python-version:
- "3.8"
- "3.9"
Expand All @@ -37,5 +38,5 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: pip3 install .
- run: pip install .
- run: mackup --help

0 comments on commit 3500ba3

Please sign in to comment.