Skip to content

Commit

Permalink
Updated build script and test output file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Nov 3, 2020
1 parent ef963c6 commit b508e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion test/python/testquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def testRun(self):
"""

# Execute query
with open(Utils.PATH + "/query.txt", "w") as query:
with open(Utils.PATH + "/query.txt", "w", newline="\n") as query:
with redirect_stdout(query):
Query.run("risk factors studied", 10, Utils.PATH)

Expand Down

0 comments on commit b508e11

Please sign in to comment.