diff options
| author | Radu Nicolae <rnicolae04@gmail.com> | 2025-06-16 18:01:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 18:01:07 +0200 |
| commit | 0df3d9ced743ac3385dd710c7133a6cf369b051c (patch) | |
| tree | eff5d6d67c275643e229731ba08c5fe7dc4ccd0a /.github | |
| parent | c7e303ad1b5217e2ff24cee9538ac841d6149706 (diff) | |
integrated M3SA, updated with tests and CpuPowerModels
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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: |
