Skip to content

Commit

Permalink
build only with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Aug 6, 2024
1 parent 45f9609 commit 53bddeb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv .venv
# echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV
# - name: Install uv
# run: |
# curl -LsSf https://astral.sh/uv/install.sh | sh
# uv venv .venv
# # echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV

- name: Install virtualizarr
run: |
uv pip install --system '.'
uv pip install --system '.[test]'
pip install '.[test]'
- name: Running Tests
run: |
Expand Down

0 comments on commit 53bddeb

Please sign in to comment.