Skip to content

Commit 09d0a7c

Browse files
author
Umesh Krishna
committed
update workflows
1 parent 58fa062 commit 09d0a7c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Test with pytest
3232
run: |
3333
conda install pytest
34-
pytest
34+
pytest tests/*

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010

1111
jobs:
1212
test:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- python>=3.8
6+
- python>=3.6
77
- django
88
- pytest
99
- pytest-django

0 commit comments

Comments
 (0)