Skip to content

Commit

Permalink
Fix Python semantic version matching 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoBektesevic committed Jan 6, 2023
1 parent 2742ae3 commit d0a966a
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.10
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 d0a966a

Please sign in to comment.