Skip to content

Commit 14aba4b

Browse files
authored
Merge pull request #117 from oresat/docs/oresat-configs-install-instructions
update install command and CI to fix oresat-configs at 0.8.0
2 parents 78a491e + 44f80c4 commit 14aba4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install oresat-configs
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install oresat-configs
30+
pip install -U oresat-configs==0.8.0
3131
3232
- name: Install Ubuntu dependencies
3333
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Tools required:
8484
* oresat-configs
8585

8686
To install oresat-configs:
87-
* `$ pip install oresat-configs`
87+
* `$ pip install -U oresat-configs==0.8.0`
8888

8989
Please refer to [Platform Specific Installation Instructions](doc/toolchain.md)
9090
for details on how to do this on a per-system basis.

0 commit comments

Comments
 (0)