From f7e8f55692b7a9baa4767cf7ae706cddf30b2d47 Mon Sep 17 00:00:00 2001 From: "bd.reno" Date: Tue, 12 Dec 2023 14:00:14 -0700 Subject: [PATCH] Pinned python-jamf to 0.8.3 --- .github/workflows/autopkg.yml | 5 +---- requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autopkg.yml b/.github/workflows/autopkg.yml index ea87ec8..2e33f15 100644 --- a/.github/workflows/autopkg.yml +++ b/.github/workflows/autopkg.yml @@ -38,7 +38,7 @@ jobs: - name: python-jamf install run: | - /Library/Frameworks/Python.framework/Versions/current/bin/pip3 install -r requirements.txt + pip3 install -r requirements.txt - name: AutoPkg Configuration run: | @@ -63,9 +63,6 @@ jobs: - name: Configure python-jamf run: | - export PYTHONPATH=/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12 - echo ${PYTHONPATH} - python3 -c "import sys ; sys.path" /Library/Frameworks/Python.framework/Versions/current/bin/conf-python-jamf --hostname "${{ secrets.JSS_URL }}" --user "${{ secrets.JSS_API_USERNAME }}" --passwd "${{ secrets.JSS_API_PASSWORD }}" - name: Setup SSH diff --git a/requirements.txt b/requirements.txt index c31fe93..cdf37f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ ###### Requirements without Version Specifiers ###### requests -python-jamf -jamf ###### Requirements with Version Specifiers ###### -#python-jamf == 0.8.2 # Version Matching. Must be version 0.8.2 \ No newline at end of file +python-jamf == 0.8.3 # Version Matching. Must be version 0.8.2 \ No newline at end of file