Skip to content

Commit

Permalink
strip back tests while investigating
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Jul 22, 2024
1 parent 2b4ce03 commit 7086653
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'no_ci'))
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
16 changes: 8 additions & 8 deletions tests_and_analysis/minimum_euphonic_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy==1.24.4
scipy
spglib==1.9.4.2
seekpath==1.1.0
pint==0.22
matplotlib==3.8
h5py==3.6
PyYAML==6.0
threadpoolctl==1.0.0
# scipy==1.10.0
# spglib==1.9.4.2
# seekpath==1.1.0
# pint==0.22
# matplotlib==3.8
# h5py==3.6
# PyYAML==6.0
# threadpoolctl==1.0.0
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tox]
requires = tox-conda
# The python environments to run the tests in
envlist = py310,py311,py312,py310-{base,matplotlib,phonopy_reader,brille,all},py310-minrequirements-linux
#envlist = py310,py311,py312,py310-{base,matplotlib,phonopy_reader,brille,all},py310-minrequirements-linux
envlist = py310,py312,py310-minrequirements-linux
# Skip the execution of setup.py as we do it with the correct arg in commands_pre below
skipsdist = True

Expand Down

0 comments on commit 7086653

Please sign in to comment.