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
install build dependencies for poetry github action
pull/3/head
Brett Langdon
5 years ago
parent
7661041081
commit
1b38d4be14
Signed by:
brettlangdon
GPG Key ID:
A70042D88B95AA2B
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
View File
@ -21,5 +21,7 @@ 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 build
Write
Preview
Loading…
Cancel
Save