Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MihajloPi committed Dec 16, 2023
1 parent b78d2d4 commit a737a99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/common/tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,30 +109,30 @@

- name: Installing SatDump dependencies part 6 (ignore if error, this dependency is optional)
become: yes
ignore_errors: yes
apt:
update_cache: yes
state: present
name:
- libomp-dev
failed_when: false

- name: Installing SatDump dependencies part 7 (ignore if error, this dependency is optional)
become: yes
ignore_errors: yes
apt:
update_cache: yes
state: present
name:
- ocl-icd-opencl-dev
failed_when: false

- name: Installing SatDump dependencies part 8 (ignore if error, this dependency is optional)
become: yes
ignore_errors: yes
apt:
update_cache: yes
state: present
name:
- intel-opencl-icd
failed_when: false

- name: Install required Python packages using pip3
pip:
Expand Down

0 comments on commit a737a99

Please sign in to comment.