Skip to content

Commit c73c616

Browse files
authored
Merge pull request #9 from BenediktBurger/patch-1
Fix failing tests.
2 parents d176955 + 52294b3 commit c73c616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Testbase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
python -m pip install --upgrade pip
3030
export QT_DEBUG_PLUGINS=1
3131
pip install flake8 pytest pytest-cov pytest-qt pytest-xdist pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }} toml
32-
pip install -e .
3332
pip install pymodaq
33+
pip install -e .
3434
- name: create local pymodaq folder and setting permissions
3535
run: |
3636
sudo mkdir /etc/.pymodaq

0 commit comments

Comments
 (0)