Skip to content

Commit c9378ed

Browse files
committed
test on all pushes
1 parent 0ab2052 commit c9378ed

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/saomsg-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ name: Python Tests
77
on:
88
push:
99
branches:
10-
- main
10+
- '*'
1111
tags:
1212
- '*'
13-
pull_request:
1413
schedule:
1514
# run every Monday at 6am UTC
1615
- cron: '0 6 * * 1'

example_clients/pmacmmirs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
sys.path.insert(0, str(Path.cwd()))
77
import pandas as pd
88
import time
9-
import datetime
10-
import pickle
11-
import os
9+
1210
from collections import OrderedDict
1311

1412
from saomsg.client import Subscriber

0 commit comments

Comments
 (0)