We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fdabc commit 0c1f36dCopy full SHA for 0c1f36d
1 file changed
.github/workflows/main.yml
@@ -61,6 +61,7 @@ jobs:
61
pip3 install pytest coverage pytest-cov
62
pip install ./PyAutoConf
63
pip install ./PyAutoFit
64
+ pip install ./PyAutoFit[optional]
65
- name: Run tests
66
run: |
67
export ROOT_DIR=`pwd`
0 commit comments