Skip to content

Commit

Permalink
Address requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Oct 31, 2022
1 parent a9e5816 commit 5495195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: icatproject-contrib/icat-ansible
ref: icat5
ref: master
path: icat-ansible
- name: Install Ansible
run: pip install -r icat-ansible/requirements.txt
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: icatproject-contrib/icat-ansible
ref: icat5
ref: master
path: icat-ansible
- name: Install Ansible
run: pip install -r icat-ansible/requirements.txt
Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def safety(session):
f"--output={requirements.name}",
external=True,
)
# Ignore 50916 as the latest versio of pydantic does not support pythonn 3.6 which is still used in production
session.run(
"safety",
"check",
Expand Down

0 comments on commit 5495195

Please sign in to comment.