We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71da1ad commit f6308f0Copy full SHA for f6308f0
1 file changed
.github/workflows/github-actions.yml
@@ -9,9 +9,11 @@ jobs:
9
python-version: ['3.6', '3.7', '3.8']
10
steps:
11
- uses: actions/checkout@v2
12
- - name: Set up Python
+ - name: Set Up Python
13
uses: actions/setup-python@v2
14
with:
15
python-version: ${{ matrix.python-version }}
16
- - name: Display Python version
+ - name: Display Python Version
17
run: python -c "import sys; print(sys.version)"
18
+ - name: Install STUMPY And Other Dependencies
19
+ run: pip install --editable .[ci]
0 commit comments