Skip to content

Commit

Permalink
let the GHA debugging begin..
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 27, 2024
1 parent fa48696 commit 51de15f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']

env:
VIRTUAL_ENV: /venv
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
cache: true

- name: Install dependencies
run: |
pdm install -v --dev
Expand Down

0 comments on commit 51de15f

Please sign in to comment.