Skip to content

Commit

Permalink
fix to install required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
eredden committed Aug 1, 2024
1 parent ed50d50 commit 8f70d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: Download dependencies
run: |
pip install .
python -m build
pip install dist/*.whl
Expand Down
1 change: 1 addition & 0 deletions src/tls_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# tls_client.py - A command-line interface for communicating with TLS automatic tank gauges.
# This is not included with the veeder_root_tls_socket_library wheel or PyPI package.

from argparse import ArgumentParser
from veeder_root_tls_socket_library.socket import TlsSocket
Expand Down

0 comments on commit 8f70d0d

Please sign in to comment.