Skip to content

Commit

Permalink
fix #103
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Oct 30, 2024
1 parent d6f774c commit 1e0992e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ jobs:
run: |
source .venv/bin/activate
#ONLY IF NEEDED
- name: Upload configs
uses: actions/upload-artifact@v4
with:
name: config-artifacts
path: |
./tmp/benchmark_config.json
./tmp/machines/
benchmark:
needs: factory
Expand All @@ -117,6 +124,11 @@ jobs:
with:
name: wheel-artifacts
path: dist
- name: Download configs
uses: actions/download-artifact@v4
with:
name: config-artifacts
path: ./tmp/
- name: Create Virtual Environment
run: |
python3 -m venv .venv
Expand Down

0 comments on commit 1e0992e

Please sign in to comment.