Skip to content

Commit

Permalink
Pinned python-jamf to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bd.reno committed Dec 12, 2023
1 parent 484db0f commit f7e8f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/autopkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
python-jamf == 0.8.3 # Version Matching. Must be version 0.8.2

0 comments on commit f7e8f55

Please sign in to comment.