Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/reusable-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: inputs.run_cross_version_tests
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Install requests
Expand All @@ -49,7 +49,7 @@ jobs:
if: inputs.run_cross_version_tests
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Install requests
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/download-artifact@v8
with:
name: bf_questions
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Setup pybf
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
run: |
docker load --input bf.tar
docker run -d --net=host batfish/batfish:test-${{ inputs.bf_version }}
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Setup pybf
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
run: |
docker load --input bf.tar
docker run -d --net=host batfish/batfish:test-${{ inputs.bf_version }}
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Setup pybf
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
uses: actions/download-artifact@v8
with:
name: bf_questions
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Setup pybf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
sed -i.bak -e "s/^version = .*$/version = \"${{ needs.bf_version.outputs.bf_version }}\"/" pyproject.toml
rm -f pybatfish/__init__.py.bak pyproject.toml.bak
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Build wheel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
password: ${{ secrets.PYBATFISH_TEST_PYPI_TOKEN }}
repository-url: https://test.pypi.org/legacy/
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Verify uploaded artifact
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
with:
password: ${{ secrets.PYBATFISH_PYPI_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Verify uploaded artifact
Expand Down