Skip to content

Commit 2a92f1e

Browse files
committed
try something
1 parent bce0c1b commit 2a92f1e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,11 @@ jobs:
7676
working-directory: ./sdk-repo-updated
7777
run: |
7878
pip install poetry
79-
poetry config virtualenvs.create false
80-
python -m venv .venv
81-
. .venv/bin/activate
79+
poetry config virtualenvs.create false
8280
make install-dev
8381
- name: Lint
8482
working-directory: ./sdk-repo-updated
85-
run: |
86-
. .venv/bin/activate
87-
make lint
83+
run: make lint
8884
- name: Test
8985
working-directory: ./sdk-repo-updated
90-
run: |
91-
. .venv/bin/activate
92-
make test
86+
run: make test

0 commit comments

Comments
 (0)