Skip to content

Commit

Permalink
Added package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 committed Jan 24, 2024
1 parent 2be388e commit 1eef0a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:

jobs:
build-and-test:
name: Build and run unit tests
name: Test code
runs-on: ubuntu-latest

steps:
- name: Check out repo
uses: actions/checkout@v3

- name: Install packages
run: pip install -r requirements.txt

- name: Run tests
run: pytest

0 comments on commit 1eef0a7

Please sign in to comment.