Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Typo in requirements.txt for PyAVD dev0 version #4248

Merged

Conversation

ClausHolbechArista
Copy link
Contributor

Typo in requirements.txt for PyAVD dev0 version

4.10.0-dev0 should have been 4.10.0.dev0

@ClausHolbechArista ClausHolbechArista requested review from a team as code owners July 24, 2024 06:01
Copy link

Review docs on Read the Docs

To test this pull request:

# Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4248
# Activate the virtual environment
source test-avd-pr-4248/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ClausHolbechArista/avd.git@fix/typo-in-requirements-txt#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/ClausHolbechArista/avd.git#/ansible_collections/arista/avd/,fix/typo-in-requirements-txt --force
# Optional: Install AVD examples
cd test-avd-pr-4248
ansible-playbook arista.avd.install_examples

Copy link

@ClausHolbechArista ClausHolbechArista added this to the v4.10.0 milestone Jul 24, 2024
@gmuloc gmuloc added the one approval This PR has one approval and is only missing one more. label Jul 24, 2024
@gmuloc gmuloc merged commit 6426282 into aristanetworks:devel Jul 24, 2024
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
one approval This PR has one approval and is only missing one more. rn: Fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants