Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume authored May 23, 2024
1 parent 7be4848 commit 98a505d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PAT }}

- uses: actions/setup-python@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: '**/pyproject.toml'

- name: Install dependencies
run: |
python${{ matrix.python-version }} -m pip install --upgrade pip build
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel build
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
python${{ matrix.python-version }} -m pip install --no-deps .[server]
Expand Down

0 comments on commit 98a505d

Please sign in to comment.