Skip to content

Commit

Permalink
Install Python dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 21, 2024
1 parent 274cb72 commit ec94445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python ${{matrix.python-version}}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
python-version: "${{matrix.python-version}}"-dev

- name: Configure apt to disable recommendations installation
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Build and install
run: |
python setup.py build
find ${{github.workspace}} -name "_C.*.so" ${{github.workspace}}/torch_geopooling \;
find ${{github.workspace}} -name "_C.*.so" ${{github.workspace}}/torch_geopooling/ \;
- name: Run unit-tests
run: pytest -vv

0 comments on commit ec94445

Please sign in to comment.