Skip to content

Commit 45c2bd0

Browse files
authored
Update install_requirements.yml
1 parent 070dd33 commit 45c2bd0

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/install_requirements.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- main
8-
- develop
9-
tags:
10-
- 'v*'
6+
paths:
7+
- 'docs/source/_static/install_dependencies.sh'
118

129
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1310
jobs:
@@ -18,9 +15,6 @@
1815
container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04"]
1916
container:
2017
image: ${{ matrix.container_image }}
21-
env:
22-
TZ: America/New_York
23-
DEBIAN_FRONTEND: noninteractive
2418
steps:
2519
- uses: actions/checkout@v3
2620
- name: Install sudo

0 commit comments

Comments
 (0)