This commit is contained in:
Wryn (yage) Wagner 2024-02-20 22:27:41 -07:00
parent 13ce0c4bac
commit ef79734fac

View File

@ -25,7 +25,7 @@ jobs:
path: ~/scwrypts path: ~/scwrypts
- run: | - run: |
: \ : \
&& pip install -e . \ && pip install . .[test] \
&& pytest \ && pytest \
; ;