Skip to content

Commit

Permalink
Enable testing of crypto- and web-related functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkundert committed Nov 27, 2021
1 parent 3793152 commit e171a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install flake8 pytest pytz tzlocal pymodbus pylogix
if [ -f requirements-optional.txt ]; then pip install -r requirements-optional.txt; fi
pip install flake8
pip install 'argparse; python_version < "2.7"'
pip install 'configparser; python_version < "3.0"'
pip install 'ipaddress; python_version < "3.0"'
Expand Down

0 comments on commit e171a12

Please sign in to comment.