Skip to content

Commit e5727e0

Browse files
authored
Merge pull request #51 from aeturrell/v1.0.4
v1.0.4
2 parents 5321e98 + 3fc1095 commit e5727e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $version.dev.$(date +%s)
5656
5757
- name: set timezone
58-
run: |
59-
TZ="Europe/London" &&
60-
sudo ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
58+
run: |
59+
TZ="Europe/London" &&
60+
sudo ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
6161
6262
- name: install linux deps
63-
run: |
64-
sudo apt-get -y install openssl graphviz nano texlive graphviz-dev unzip build-essential
63+
run: |
64+
sudo apt-get -y install openssl graphviz nano texlive graphviz-dev unzip build-essential
6565
6666
- name: Install dependencies
6767
run: |

0 commit comments

Comments
 (0)