We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4b913 commit 8a78eccCopy full SHA for 8a78ecc
2 files changed
.github/workflows/ci_tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: 📦 Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install -r requirements.txt
+ pip install pytest pytest-mock
26
pip install git+https://github.com/NOC-MSM/OceanDataStore.git
27
28
- name: 🧪 Run Pytest
requirements.txt
0 commit comments