Skip to content

Commit

Permalink
Add teslapy to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Dec 18, 2023
1 parent 34c5247 commit aac4b7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/simtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade requests protobuf
pip install --upgrade requests protobuf teslapy
- name: "Run test.py on ${{ matrix.python-version }}"
run: "python example.py"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade requests protobuf
pip install --upgrade requests protobuf teslapy
- name: "Run test.py on ${{ matrix.python-version }}"
run: "python test.py"
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#
requests
protobuf
teslapy

0 comments on commit aac4b7f

Please sign in to comment.