We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9656a43 commit 58ef4e4Copy full SHA for 58ef4e4
4 files changed
.fernignore
@@ -1,5 +1,2 @@
1
# Specify files that shouldn't be modified by Fern
2
3
-# Date deserialization (no impact)
4
-tests/
5
-.github/workflows/
.github/workflows/ci.yml
@@ -18,23 +18,6 @@ jobs:
18
run: poetry install
19
- name: Compile
20
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/
38
39
publish:
40
needs: [compile]
tests/.gitignore
tests/custom/.gitignore
0 commit comments