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.
1 parent 0af968a commit 3fc1095Copy full SHA for 3fc1095
.github/workflows/release.yml
@@ -55,13 +55,13 @@ jobs:
55
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $version.dev.$(date +%s)
56
57
- name: set timezone
58
- run: |
59
- TZ="Europe/London" &&
60
- sudo ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
+ run: |
+ TZ="Europe/London" &&
+ sudo ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
61
62
- name: install linux deps
63
64
- sudo apt-get -y install openssl graphviz nano texlive graphviz-dev unzip build-essential
+ sudo apt-get -y install openssl graphviz nano texlive graphviz-dev unzip build-essential
65
66
- name: Install dependencies
67
run: |
0 commit comments