Skip to content

Commit

Permalink
Update install_requirements.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moratom authored Nov 14, 2022
1 parent 742a62c commit cfb3a4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/install_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
push:
paths:
- 'docs/source/_static/install_dependencies.sh'
- 'examples/install_requirements.py'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
install_dependencies:
runs-on: ubuntu-latest
strategy:
matrix:
container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04"]
container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04"]
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -28,3 +29,6 @@
ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone
sed '/udevadm control --reload-rules && sudo udevadm trigger/d' docs/source/_static/install_dependencies.sh > tmp_script.sh
bash tmp_script.sh
- name: Install example requirements
run: |
python3 examples/install_requirements.py

0 comments on commit cfb3a4a

Please sign in to comment.