Skip to content

Commit

Permalink
remove install-python in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingru923 committed May 6, 2024
1 parent 821748e commit db5fed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: "latest"
- name: Prepare pixi
run: pixi run --environment ${{ matrix.pixi-environment }} install-python
# - name: Prepare pixi
# run: pixi run --environment ${{ matrix.pixi-environment }} install-python
- name: Test Ribasim Python
run: pixi run --environment ${{ matrix.pixi-environment }} test-ribasim-python-cov
- name: Upload coverage to Codecov
Expand Down

0 comments on commit db5fed2

Please sign in to comment.