Skip to content

Commit

Permalink
add test code
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Aug 21, 2024
1 parent 74489e8 commit b55e627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
docker run --rm -it --entrypoint "" ghcr.io/nautobot/nautobot-dev:${{ matrix.nautobot-version }}-py${{ matrix.python-version }} pip show nautobot \ |
grep "^Version" | sed "s/Version: //" >> /tmp/nautobot_version.txt
export NAUTOBOT_VER=$(cat /tmp/nautobot_version.txt)
echo "Using Nautobot version: $NAUTOBOT_VER"
poetry add nautobot@$NAUTOBOT_VER --python ${{ matrix.python-version }}
- name: "Set up Docker Buildx"
id: "buildx"
Expand Down

0 comments on commit b55e627

Please sign in to comment.