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.
2 parents 78a491e + 44f80c4 commit 14aba4bCopy full SHA for 14aba4b
2 files changed
.github/workflows/tests.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install oresat-configs
28
run: |
29
python -m pip install --upgrade pip
30
- pip install oresat-configs
+ pip install -U oresat-configs==0.8.0
31
32
- name: Install Ubuntu dependencies
33
README.md
@@ -84,7 +84,7 @@ Tools required:
84
* oresat-configs
85
86
To install oresat-configs:
87
-* `$ pip install oresat-configs`
+* `$ pip install -U oresat-configs==0.8.0`
88
89
Please refer to [Platform Specific Installation Instructions](doc/toolchain.md)
90
for details on how to do this on a per-system basis.
0 commit comments