Skip to content

Commit

Permalink
Use pip instead of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Oct 11, 2023
1 parent b5e4776 commit 2fb45df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Packages
run: sudo apt-get install llvm-15 llvm-15-dev zlib1g-dev libzstd-dev
- name: Build
run: make nyxstone && python setup.py install
run: make nyxstone && pip install .
working-directory: ${{ env.working-dir }}
- name: Test
run: python example.py
Expand Down

0 comments on commit 2fb45df

Please sign in to comment.