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