We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7db18 commit 22c1d86Copy full SHA for 22c1d86
1 file changed
.github/workflows/check.yml
@@ -13,9 +13,9 @@ jobs:
13
- uses: actions/setup-python@v5
14
with:
15
python-version: "3.12"
16
- - name: Install
17
- run: pip install -r requirements.txt
18
- - name: Lint
19
- run: pylint edgee
20
- - name: Test
21
- run: python -m unittest discover -s tests -p 'test_*.py'
+ # - name: Install
+ # run: pip install -r requirements.txt
+ # - name: Lint
+ # run: pylint edgee
+ # - name: Test
+ # run: python -m unittest discover -s tests -p 'test_*.py'
0 commit comments