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 590249b commit 67cc277Copy full SHA for 67cc277
.github/workflows/CI.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: |
39
python -m pip install --upgrade pip
40
+ pip install ../MCintrgration.py
41
pip install coverage
42
pip install pytest pytest-cov
43
pip install -r requirements.txt
0 commit comments