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,7 +23,9 @@ jobs:
steps: steps:
- checkout: - checkout:
path: ~/scwrypts path: ~/scwrypts
- run: | - run:
name: pytest
command: |
: \ : \
&& pip install . .[test] \ && pip install . .[test] \
&& pytest \ && pytest \