We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747d3dd commit 414e0c2Copy full SHA for 414e0c2
.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
29
python -m pip install --upgrade pip
30
python -m pip install flake8 pytest
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- pip install .
+ pip install diagrams_dscr
33
- name: Lint with flake8
34
run: |
35
# stop the build if there are Python syntax errors or undefined names
0 commit comments