Skip to content

bugfix: restore wrongfully removed lines in memorymanager #14

bugfix: restore wrongfully removed lines in memorymanager

bugfix: restore wrongfully removed lines in memorymanager #14

name: Python main testing
# Controls when the workflow will run
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run without errors
run: |
python main_testing_1_core_with_testing_workload.py
python main_testing_2_cores_shared.py
python main_testing_2_cores_with_testing_workload_3_layers.py
python main_testing_2_cores_with_testing_workload.py
python main_testing_4_cores_with_testing_workload.py