Skip to content

Commit

Permalink
GA
Browse files Browse the repository at this point in the history
  • Loading branch information
FI-Mihej committed May 8, 2024
1 parent 736e622 commit 6cf5e42
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test_shared_memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Run tests
run: |
python -m pip install --upgrade pyobjc
python -m pip install --upgrade numpy
python -m pip install --upgrade py-cpuinfo
python -m pip install --upgrade cengal
python ./cengal/hardware/memory/shared_memory/versions/v_1/tests/test__shared_memory.py
Expand Down Expand Up @@ -62,6 +64,8 @@ jobs:
- name: Run tests
run: |
python -m pip install --upgrade pyobjc
python -m pip install --upgrade numpy
python -m pip install --upgrade py-cpuinfo
python -m pip install --upgrade cengal
python ./cengal/hardware/memory/shared_memory/versions/v_1/tests/test__shared_memory.py
Expand Down Expand Up @@ -148,6 +152,8 @@ jobs:
- name: Run tests
run: |
python -m pip install --upgrade pywin32
python -m pip install --upgrade numpy
python -m pip install --upgrade py-cpuinfo
python -m pip install --upgrade cengal
python ./cengal/hardware/memory/shared_memory/versions/v_1/tests/test__shared_memory.py
shell: cmd
Expand Down Expand Up @@ -209,6 +215,8 @@ jobs:
- name: Run tests
run: |
python -m pip install --upgrade pywin32
python -m pip install --upgrade numpy
python -m pip install --upgrade py-cpuinfo
python -m pip install --upgrade cengal
python ./cengal/hardware/memory/shared_memory/versions/v_1/tests/test__shared_memory.py
shell: cmd
Expand Down Expand Up @@ -239,6 +247,8 @@ jobs:
- name: Run tests
run: |
python -m pip install --upgrade numpy
python -m pip install --upgrade py-cpuinfo
python -m pip install --upgrade cengal
python ./cengal/hardware/memory/shared_memory/versions/v_1/tests/test__shared_memory.py
Expand Down Expand Up @@ -268,6 +278,8 @@ jobs:
- name: Run tests
run: |
python -m pip install --upgrade numpy
python -m pip install --upgrade py-cpuinfo
python -m pip install --upgrade cengal
python ./cengal/hardware/memory/shared_memory/versions/v_1/tests/test__shared_memory.py
Expand Down Expand Up @@ -304,6 +316,8 @@ jobs:
- name: Run tests
run: |
python -m pip install --upgrade numpy
python -m pip install --upgrade py-cpuinfo
python -m pip install --upgrade cengal
python ./cengal/hardware/memory/shared_memory/versions/v_1/tests/test__shared_memory.py
Expand Down Expand Up @@ -340,5 +354,7 @@ jobs:
- name: Run tests
run: |
python -m pip install --upgrade numpy
python -m pip install --upgrade py-cpuinfo
python -m pip install --upgrade cengal
python ./cengal/hardware/memory/shared_memory/versions/v_1/tests/test__shared_memory.py

0 comments on commit 6cf5e42

Please sign in to comment.