summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5ece4ea..e8d312f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,10 +21,13 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- - name: Install dependencies
+ - name: Update pip and setuptools
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
+ - name: Install dependencies
+ run: |
+ python -m pip install -e .
python -m pip install -r test-requirements.txt
- name: Install old numpy
run: |