Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Added pip module beancount for installation in dependencies.
  • Loading branch information
sulemankm authored Nov 26, 2023
1 parent d7d0757 commit a991563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo apt-get -y install python3-beancount
python3 -m pip install beancount
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit a991563

Please sign in to comment.