Skip to content

Commit 680b21a

Browse files
committed
testing ellar_jwt ci installation
1 parent 3314a60 commit 680b21a

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install Flit
22-
run: pip install flit
22+
run: pip install flit ellar_jwt
2323
- name: Install Dependencies
2424
run: flit install --symlink
2525
- name: Test
Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +0,0 @@
1-
import subprocess
2-
3-
import pytest
4-
5-
6-
@pytest.fixture(scope="session")
7-
def install_ellar_jwt():
8-
try:
9-
import ellar_jwt # noqa
10-
except ImportError:
11-
subprocess.Popen(["pip", "install", "ellar_jwt"])
12-
yield

0 commit comments

Comments
 (0)