Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions #38

Merged
merged 10 commits into from
Aug 29, 2024
Prev Previous commit
Revert brille-0.7.0 pin as still segfaults on CI
mducle committed Aug 29, 2024
commit e1c990ef95c0ded3627b0ca416d712ff228d6e69
4 changes: 1 addition & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -46,9 +46,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
shell: powershell
run: |
# Uses Conda libraries as pip libs give segfault on Windows with Brille
conda install euphonic scipy psutil pyyaml h5py requests
python -m pip install brille
python -m pip install requests psutil numpy==1.26.4 brille==0.7.0 euphonic[phonopy_reader]
$pypath = (Get-Command python).Path
echo "PYTHON_EX_PATH=$pypath" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
- name: Set up Python environment (Linux)