We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb99fcf + 107b854 commit c163ffaCopy full SHA for c163ffa
.github/workflows/main.yml
@@ -106,7 +106,7 @@ jobs:
106
plumed info --root
107
cat $(plumed info --root)/json/syntax.json | jq '.["ENDPLUMED"]'
108
- name: Set up Python ${{ matrix.python-version }}
109
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
110
with:
111
python-version: ${{ matrix.python-version }}
112
cache: 'pip'
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v5
12
- name: Set up Python
13
14
15
python-version: "3.x"
16
- name: Install pypa/build
0 commit comments