summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-02-15 00:32:33 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-02-24 23:44:32 +0200
commitf4e8c3a0242b082fa1ca6ed5c78094f8de5ba439 (patch)
tree20573886078f60b59ba2811b3fc156c877ff386d /.github
parent5bdf7bd34300ec764b1c5c979deec1e468b0b822 (diff)
downloadapscheduler-f4e8c3a0242b082fa1ca6ed5c78094f8de5ba439.tar.gz
Implemented data store sharing and proper async support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
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