This commit is contained in:
Wryn (yage) Wagner 2024-02-20 22:28:46 -07:00
parent ef79734fac
commit 96fa049fb6

View File

@ -13,7 +13,7 @@ executors:
nodejs: nodejs:
docker: docker:
- image: node:18 - image: node:18
resource_class: large resource_class: medium
jobs: jobs:
@ -23,11 +23,13 @@ jobs:
steps: steps:
- checkout: - checkout:
path: ~/scwrypts path: ~/scwrypts
- run: | - run:
: \ name: pytest
&& pip install . .[test] \ command: |
&& pytest \ : \
; && pip install . .[test] \
&& pytest \
;
python-publish: python-publish:
executor: python executor: python