Skip to content

Commit

Permalink
Update build_and_test_cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaroberts committed Aug 31, 2023
1 parent 37e7f07 commit da523e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_and_test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
os: [ ubuntu-latest ]
python-version: [ '3.9' ]

defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -32,6 +30,7 @@ jobs:
- name: Install Python packages
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install flake8 pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit da523e3

Please sign in to comment.