We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce0c1b commit 2a92f1eCopy full SHA for 2a92f1e
.github/workflows/ci.yaml
@@ -76,17 +76,11 @@ jobs:
76
working-directory: ./sdk-repo-updated
77
run: |
78
pip install poetry
79
- poetry config virtualenvs.create false
80
- python -m venv .venv
81
- . .venv/bin/activate
+ poetry config virtualenvs.create false
82
make install-dev
83
- name: Lint
84
85
- run: |
86
87
- make lint
+ run: make lint
88
- name: Test
89
90
91
92
- make test
+ run: make test
0 commit comments