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 d1c7a96 commit 975c9fcCopy full SHA for 975c9fc
.github/workflows/test_on_push.yml
@@ -29,8 +29,6 @@ jobs:
29
python -m pip install --upgrade pip
30
pip install poetry
31
poetry install
32
- poetry export --with dev --format=requirements.txt --output=requirements.txt
33
- pip install -r requirements.txt
34
# Run tests
35
#- name: pylint
36
# run: pylint fortigate_api tests
0 commit comments