Skip to content

Commit ba16f83

Browse files
authored
Merge pull request #14 from antoniojbt/codex/create-github-actions-workflow-for-tests
Add GitHub Actions CI workflow
2 parents 16ab868 + 8441801 commit ba16f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_project_quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
import pytest
4141
import os
4242
import tempfile
43+
import sys
4344

4445
# Import helper functions from this package:
4546
import pytest_helpers
@@ -55,7 +56,6 @@
5556

5657
# For each dir generate and compare directory trees and compare ref and test files
5758
# For each script (py and R) compare ref and test files
58-
import sys
5959

6060
cli_options = [[sys.executable, '-m', 'project_quickstart.project_quickstart', '-n', '{}'.format(test_name)],
6161
[sys.executable, '-m', 'project_quickstart.project_quickstart', '--script-python={}'.format(test_name)],

0 commit comments

Comments
 (0)