Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Oct 10, 2024
1 parent 94983af commit 6612ea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Create venv
continue-on-error: true
run: |
uv v -p ${{ matrix.python-version }}
- name: Setup PDM with Python ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v4
if: matrix.os == 'windows-latest'
with:
python-version: ${{ matrix.python-version }}
- name: Create venv
continue-on-error: true
run: |
uv v -p ${{ matrix.python-version }} || pdm venv create
- name: Install dependencies
run: |
pdm export --pyproject | uv pip install -r - .[playground]
Expand Down

0 comments on commit 6612ea8

Please sign in to comment.