From 0df3d9ced743ac3385dd710c7133a6cf369b051c Mon Sep 17 00:00:00 2001 From: Radu Nicolae Date: Mon, 16 Jun 2025 18:01:07 +0200 Subject: integrated M3SA, updated with tests and CpuPowerModels --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 238b27b5..2ad559ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,13 @@ jobs: with: distribution: 'zulu' java-version: ${{ matrix.java }} + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: '3.x' + + - name: Install M3SA Python requirements + run: pip install -r opendc-experiments/opendc-experiments-m3sa/src/main/python/requirements.txt - name: Build with Gradle uses: gradle/actions/setup-gradle@v3 with: -- cgit v1.2.3