Skip to content

Commit

Permalink
⚗️ experiment with dedicated workflow run
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Aug 19, 2024
1 parent 6be3553 commit 16db882
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,17 @@ jobs:
fetch-depth: 0
# set up MSVC development environment (Windows only)
- uses: ilammy/msvc-dev-cmd@v1
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1
with:
prepend_symlinks_to_path: false
windows_compile_environment: msvc
override_cache_key: wheels-${{ matrix.runs-on }}-experimental
- uses: yezz123/setup-uv@v4
- name: Install Python 3.13t from nuget
run: |
nuget.exe install python-freethreaded -Version 3.13.0-rc1 -FallbackSource https://api.nuget.org/v3/index.json -OutputDirectory 'C:\Users\runneradmin\AppData\Local\test\Cache\nuget-cpython'
- name: Setup venv
run: |
uv venv --python 'C:\Users\runneradmin\AppData\Local\test\Cache\nuget-cpython\python-freethreaded.3.13.0-rc1\tools\python.exe'
- name: Running install
- name: Manually building mqt.core first
run: |
uv pip install -v "mqt.core @ git+https://github.com/cda-tum/mqt-core@shared-libs"
- name: Build local project
run: |
uv pip install -v .
Expand Down

0 comments on commit 16db882

Please sign in to comment.