Skip to content

Commit

Permalink
removed multi core testing
Browse files Browse the repository at this point in the history
  • Loading branch information
seb5g committed Oct 29, 2024
1 parent c5766ce commit e865448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Testbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libgl1 libegl1
python -m pip install --upgrade pip
export QT_DEBUG_PLUGINS=1
pip install flake8 pytest pytest-cov pytest-qt pytest-xdist pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }}
pip install flake8 pytest pytest-cov pytest-qt pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }}
git branch
pip install -e .
- name: create local pymodaq folder and setting permissions
Expand All @@ -41,7 +41,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=docs
- name: Test with pytest
run: |
pytest --cov=pymodaq --cov-report=xml -n auto
pytest --cov=pymodaq --cov-report=xml
- name: Upload coverage to codecov.io
uses: codecov/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Testbase_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
set QT_DEBUG_PLUGINS=1
pip install flake8 pytest pytest-cov pytest-qt pytest-xdist pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }}
pip install flake8 pytest pytest-cov pytest-qt pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }}
git branch
pip install -e .
- name: Linting with flake8
Expand All @@ -36,7 +36,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=src/pymodaq/resources/QtDesigner_Ressources,docs
- name: Test with pytest
run: |
pytest --cov=pymodaq --cov-report=xml -n auto
pytest --cov=pymodaq --cov-report=xml
- name: Upload coverage to codecov.io
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit e865448

Please sign in to comment.