Skip to content

Commit

Permalink
Don't install editably
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 17, 2024
1 parent 3bc2218 commit 2294fb0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI

on: [push, pull_request]
env:
Expand All @@ -12,13 +12,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
editable_install_option: ['']
include:
# Test editable install
- python-version: '3.8'
editable_install_option: '-e'

python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false

services:
Expand Down Expand Up @@ -52,7 +46,7 @@ jobs:
with:
version: ${{ env.UV_VER }}
- name: Install package
run: uv pip install --system ${{ matrix.editable_install_option }} .[testing]
run: uv pip install --system .[testing]

- name: Run test suite
env:
Expand Down

0 comments on commit 2294fb0

Please sign in to comment.