Skip to content

Commit

Permalink
fix: simplier install
Browse files Browse the repository at this point in the history
  • Loading branch information
geronimo-iia committed Jan 21, 2025
1 parent f2a6ff1 commit dd82fed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
- name: Install uv and set the python version
uses: astral-sh/setup-uv@v5
with:
version: "0.5.18"
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: make install
- name: Check Python package
Expand Down

0 comments on commit dd82fed

Please sign in to comment.