Skip to content

Commit

Permalink
test workflow: modifying cm_querysets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Borbála Farkas authored and Borbála Farkas committed Sep 19, 2024
1 parent f337e35 commit 7990c1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: dispatch event to views_pipeline on changes in cm_querysets.py and pgm_que
on:
push:
branches:
- github_workflows
- main
- github_workflows
paths:
- Tools/cm_querysets.py
- Tools/pgm_querysets.py
Expand Down
8 changes: 8 additions & 0 deletions Tools/cm_querysets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
import numpy as np
from viewser import Queryset, Column

'''
THIS IS SOME BLANK SPACE TO TEST THE GITHUB WORKFLOW
'''

def get_cm_querysets():


Expand Down

0 comments on commit 7990c1a

Please sign in to comment.