File tree Expand file tree Collapse file tree 4 files changed +0
-22
lines changed
Expand file tree Collapse file tree 4 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 11# Specify files that shouldn't be modified by Fern
22
3- # Date deserialization (no impact)
4- tests/
5- .github/workflows/
Original file line number Diff line number Diff line change 1818 run : poetry install
1919 - name : Compile
2020 run : poetry run mypy .
21- test :
22- runs-on : ubuntu-20.04
23- steps :
24- - name : Checkout repo
25- uses : actions/checkout@v3
26- - name : Set up python
27- uses : actions/setup-python@v4
28- with :
29- python-version : 3.8
30- - name : Bootstrap poetry
31- run : |
32- curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
33- - name : Install dependencies
34- run : poetry install
35-
36- - name : Test
37- run : poetry run pytest ./tests/custom/
3821
3922 publish :
4023 needs : [compile]
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments