Skip to content

Commit

Permalink
repin spglib == 2.5, add read permissions for workflow actions (someh…
Browse files Browse the repository at this point in the history
…ow GH token not being read
  • Loading branch information
esoteric-ephemera committed Sep 25, 2024
1 parent 45a005a commit eed6f93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion requirements/ubuntu-latest_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eed6f93

Please sign in to comment.