|
@@ -1,4 +1,4 @@
|
|
-name: Run tests
|
|
|
|
|
|
+name: Test installation
|
|
|
|
|
|
on: [push]
|
|
on: [push]
|
|
|
|
|
|
@@ -15,11 +15,11 @@ jobs:
|
|
uses: actions/setup-python@v4
|
|
uses: actions/setup-python@v4
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
- - name: Install dependencies
|
|
|
|
|
|
+ - name: Install package
|
|
run: |
|
|
run: |
|
|
python -m pip install --upgrade pip
|
|
python -m pip install --upgrade pip
|
|
pip install .
|
|
pip install .
|
|
pip install pytest
|
|
pip install pytest
|
|
- - name: Test with pytest
|
|
|
|
|
|
+ - name: Test installation with pytest
|
|
run: |
|
|
run: |
|
|
pytest
|
|
pytest
|