"openmmapi/src/BAOABLangevinIntegrator.cpp" did not exist on "4b1c362c709c63405f1385b5d50e643acc8ef8b3"
Commit 7993e436 authored by Christian Clauss's avatar Christian Clauss
Browse files

Fix comments

parent 767bb4e1
...@@ -35,12 +35,12 @@ jobs: ...@@ -35,12 +35,12 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
# Runs a single command using the runners shell # Runs a single command using the runner's Python
- name: Run a one-line script - name: Run a one-line script
shell: python shell: python
run: print("Hello, world!") run: print("Hello, world!")
# Runs a set of commands using the runners shell # Runs a set of commands using the runner's shell
- name: Run a multi-line script - name: Run a multi-line script
run: | run: |
echo Add other actions to build, echo Add other actions to build,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment