From eed6f93b1bcefcdfb8fdb1beabb43648fd62939d Mon Sep 17 00:00:00 2001 From: esoteric-ephemera Date: Wed, 25 Sep 2024 10:34:35 -0700 Subject: [PATCH] repin spglib == 2.5, add read permissions for workflow actions (somehow GH token not being read --- .github/workflows/test.yml | 3 +++ requirements/ubuntu-latest_py3.10.txt | 2 +- requirements/ubuntu-latest_py3.11.txt | 2 +- requirements/ubuntu-latest_py3.9.txt | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e362429ea..2c5d40bd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,9 @@ # The ext package is also only tested in this workflow. Coverage is also computed based on this platform. name: Testing +permissions: + contents: read + env: PYTEST_ADDOPTS: "--color=yes" diff --git a/requirements/ubuntu-latest_py3.10.txt b/requirements/ubuntu-latest_py3.10.txt index ab2cbb6cc..86761133c 100644 --- a/requirements/ubuntu-latest_py3.10.txt +++ b/requirements/ubuntu-latest_py3.10.txt @@ -266,7 +266,7 @@ soupsieve==2.5 # via beautifulsoup4 sparse==0.15.4 # via dscribe -spglib==2.4.0 +spglib==2.5.0 # via pymatgen sphinx==7.3.7 # via matminer (setup.py) diff --git a/requirements/ubuntu-latest_py3.11.txt b/requirements/ubuntu-latest_py3.11.txt index 7b8853fc1..5da474efe 100644 --- a/requirements/ubuntu-latest_py3.11.txt +++ b/requirements/ubuntu-latest_py3.11.txt @@ -264,7 +264,7 @@ soupsieve==2.5 # via beautifulsoup4 sparse==0.15.4 # via dscribe -spglib==2.4.0 +spglib==2.5.0 # via pymatgen sphinx==7.3.7 # via matminer (setup.py) diff --git a/requirements/ubuntu-latest_py3.9.txt b/requirements/ubuntu-latest_py3.9.txt index be66219ba..e5a6d6891 100644 --- a/requirements/ubuntu-latest_py3.9.txt +++ b/requirements/ubuntu-latest_py3.9.txt @@ -272,7 +272,7 @@ soupsieve==2.5 # via beautifulsoup4 sparse==0.15.4 # via dscribe -spglib==2.4.0 +spglib==2.5.0 # via pymatgen sphinx==7.3.7 # via matminer (setup.py)