This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
sysaudit
mirror of
https://github.com/brettlangdon/sysaudit.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
use 'poetry install' to install build dependencies
pull/3/head
Brett Langdon
5 years ago
parent
1b38d4be14
commit
fd40707728
Signed by:
brettlangdon
GPG Key ID:
A70042D88B95AA2B
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.github/workflows/test.yml
+ 1
- 2
.github/workflows/test.yml
View File
@ -21,7 +21,6 @@ jobs:
with:
python-version
:
${{ matrix.python-version }}
-
uses
:
Gr1N/setup-poetry@v4
-
run
:
pip install setuptools Cython
name
:
Install build dependencies
-
run
:
poetry check
-
run
:
poetry install
-
run
:
poetry build
Write
Preview
Loading…
Cancel
Save