Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anikobartos committed Sep 7, 2023
1 parent 170eb47 commit 4c5c627
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r pipenv
- name: Test with pytest
run: |
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions tests/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ verify_ssl = true
[packages]
pytest = "*"
assemblyline-v4-service = "*"
PyYAML = "==6.0.1"
4 changes: 0 additions & 4 deletions tests/requirements.txt

This file was deleted.

0 comments on commit 4c5c627

Please sign in to comment.