We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e4b6a commit 0713ab3Copy full SHA for 0713ab3
.github/workflows/pytest.yml
@@ -44,9 +44,7 @@ jobs:
44
python -m pip install click==8.0.3
45
46
- name: Install Quark-Engine
47
- run: |
48
- python setup.py build
49
- python setup.py install
+ run: pip install .
50
51
- name: Test with pytest
52
run: |
.github/workflows/smoke_test.yml
@@ -55,9 +55,7 @@ jobs:
55
if: matrix.os == 'macOS-latest'
56
57
58
59
60
61
62
# Download the latest rule set
63
- name: Download rule from https://github.com/quark-engine/quark-rules
0 commit comments