Skip to content

Commit f6308f0

Browse files
committed
Install STUMPY/dependencies in Github actions yaml
1 parent 71da1ad commit f6308f0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ jobs:
99
python-version: ['3.6', '3.7', '3.8']
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up Python
12+
- name: Set Up Python
1313
uses: actions/setup-python@v2
1414
with:
1515
python-version: ${{ matrix.python-version }}
16-
- name: Display Python version
16+
- name: Display Python Version
1717
run: python -c "import sys; print(sys.version)"
18+
- name: Install STUMPY And Other Dependencies
19+
run: pip install --editable .[ci]

0 commit comments

Comments
 (0)