diff --git a/.github/workflows/test_benchmark_collection_models.yml b/.github/workflows/test_benchmark_collection_models.yml index a2f797305a..a83c5a5dd2 100644 --- a/.github/workflows/test_benchmark_collection_models.yml +++ b/.github/workflows/test_benchmark_collection_models.yml @@ -92,6 +92,13 @@ jobs: tests/benchmark_models/computation_times.csv tests/benchmark_models/computation_times.png + - name: Upload model code + if: ${{ always() }} + uses: actions/upload-artifact@v7 + with: + name: amici_models + path: amici_models/ + jax: name: Benchmark Collection JAX runs-on: ubuntu-24.04