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