Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexferl committed Dec 8, 2023
1 parent 0b707f0 commit dde2b2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
python-version: "${{ matrix.python-version }}"
- uses: actions/checkout@v2
- run: pip install -r requirements-dev.txt
- run: make test
- run: python3 -m unittest
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ A minimalistic Python boilerplate with [black](https://github.com/psf/black) and
- Python 3.11+

## Using

```
$ git clone https://github.com/alexferl/python-boilerplate.git myapp
$ cd myapp
Expand All @@ -14,7 +13,6 @@ $ pipenv shell
```

To run the tests:

```
$ make test
```

0 comments on commit dde2b2b

Please sign in to comment.