Skip to content

Commit

Permalink
Re-do action, redo requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Oct 30, 2024
1 parent b980f1f commit 8f0cf73
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get install xvfb
sudo apt-get install qtbase5-dev
- name: Test with xvfb
run: xvfb-run --auto-servernum ${MAMBA_ROOT_PREFIX}/envs/test-environment/bin/pytest --cov-report=xml:cov.xml --cov=Stoner --junitxml pytest.xml
run: xvfb-run --auto-servernum /usr/share/miniconda/envs/test-environment/bin/pytest --cov-report=xml:cov.xml --cov=Stoner --junitxml pytest.xml
env:
TZ: Europe/London
LC_CTYPE: en_GB.UTF-8
Expand Down
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ requirements:
- multiprocess >=0.70
- dill >=0.2.8
- urllib3 >=1.26
- dateutil >=2.8
- python-dateutil >=2.8



about:
Expand Down
41 changes: 20 additions & 21 deletions tests/test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,30 @@ channels:
- conda-forge
dependencies:
- coveralls
- cycler
- dill
- fabio
- filemagic
- h5py
- hyperspy
- importlib_resources
- imreg_dft
- image-registration
- lmfit
- matplotlib
- memoization
- multiprocess
- nptdms
- numpy
- pytest
- pytest-cov
- pytest-forked
- pytest-runner
- pytest-xdist
- python-dateutil
- scikit-image
- scipy
- seaborn
- statsmodels
- tabulate
- urllib3
- pip
- scipy >=1.14
- numpy >=2.0
- matplotlib >=3.8
- scikit-image >=0.24
- h5py
- cycler >=0.10.0
- filemagic >=1.6
- image-registration >=0.2.1
- lmfit >=1.3
- memoization >=0.1.4
- npTDMS >=1.9.0
- python-dateutil >=2.7.0
- statsmodels
- tabulate >=0.9
- imreg_dft >=2.0
- multiprocess >=0.70
- dill >=0.2.8
- urllib3 >=1.26
- python-dateutil >=2.8
- hyperspy

0 comments on commit 8f0cf73

Please sign in to comment.