Skip to content

Commit 7bb215a

Browse files
committed
First draft of git integration tools
1 parent 14764d3 commit 7bb215a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
LANG: en_US.UTF-8
2323
strategy:
2424
matrix:
25-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
25+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
2626
os-version: [ubuntu-latest, windows-latest, macos-latest]
2727

2828
steps:

src/sasctl/pzmm/gitIntegration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ def pullMMProject(cls, gPath, project):
352352
projectResponse = mr.get_project(project)
353353
project = project_exists(projectResponse, project)
354354
projectName = project.name
355-
356355
# Check if project exists in git path and create it if it does not
357356
pPath = Path(gPath) / projectName
358357
if not pPath.exists():

0 commit comments

Comments
 (0)