Skip to content

Commit 8348767

Browse files
authored
Update main.yml
1 parent 65afca0 commit 8348767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
python-version: 3.x
1515
- run: pip install wheel tzdata
16-
- run: apt-get update && DEBIAN_FRONTEND="noninteractive" TZ="Europe/Madrid" apt-get install -y tzdata
16+
- run: TZ="Europe/Madrid"
1717
- run: pip install -r requirements.txt
1818
- run: mkdocs gh-deploy --force --strict

0 commit comments

Comments
 (0)