Skip to content

chore: upgrade to python 3.12 #87

chore: upgrade to python 3.12

chore: upgrade to python 3.12 #87

Workflow file for this run

name: Algorithm-Report
on:
push:
branches:
- master
jobs:
test-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: "Create report"
run: docker-compose build api && docker-compose run -u 0 api python tests/optimizer_test.py
- name: Archive results
uses: actions/upload-artifact@v2
with:
name: algorithm-report
path: api/test_report.png