From f4e8c3a0242b082fa1ca6ed5c78094f8de5ba439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 15 Feb 2021 00:32:33 +0200 Subject: Implemented data store sharing and proper async support --- .github/workflows/codeqa-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml index 35b018f..8a87f9e 100644 --- a/.github/workflows/codeqa-test.yml +++ b/.github/workflows/codeqa-test.yml @@ -47,6 +47,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install the project and its dependencies - run: pip install .[test,cbor] + run: pip install -e .[test,cbor] - name: Test with pytest run: pytest -- cgit v1.2.1