Skip to content

Commit

Permalink
Fix Python semantic version matching 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoBektesevic committed Jan 10, 2023
1 parent c5ed9cd commit fd06d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Set-up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: '3.10'
- name: Setup nvcc
run: export PATH="/usr/local/cuda-11.8/bin:$PATH"
run: echo "/usr/local/cuda-11.8/bin" >> $GITHUB_PATH
- name: Build KBMoD
run: python -m pip install .

Expand Down

0 comments on commit fd06d59

Please sign in to comment.