Skip to content

Commit

Permalink
Debug directories
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis <[email protected]>
  • Loading branch information
DarkaMaul committed Nov 4, 2024
1 parent c199c02 commit fcbdf06
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
matrix:
python:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
# - "3.10"
# - "3.11"
# - "3.12"
# - "3.13"

runs-on: windows-latest
steps:
Expand Down Expand Up @@ -78,8 +78,18 @@ jobs:
components: rustfmt
toolchain: 1.81.0

- name: Get env variables
shell: bash
run: |
UV_PYTHON_PATH="$(uv python dir)"
echo $UV_PYTHON_PATH
echo "PATH=$PATH:C:\Users\runneradmin\AppData\Roaming\uv\python" >> $GITHUB_ENV
echo "PYO3_PYTHON=$UV_PYTHON_PATH\python.exe" >> $GITHUB_ENV
- name: test
run: make test INSTALL_EXTRA=test
run: |
env
make test INSTALL_EXTRA=test
shell: bash
env:
OPENSSL_DIR: "C:\\OpenSSL-Win64"
Expand Down

0 comments on commit fcbdf06

Please sign in to comment.