Skip to content

Commit

Permalink
Fix e2e workflow (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Oct 25, 2024
1 parent b737a86 commit 3c72f4b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,19 @@ jobs:
steps:
- name: checkout repo
uses: actions/checkout@v4
if: ${{ inputs.commit_sha != '' }}
with:
ref: ${{ inputs.commit_sha }}
fetch-depth: 0
submodules: 'recursive'

- name: update packages
run: sudo apt-get update -y

- name: setup python 3
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: install or update Python build system
run: python3 -m pip install -U wheel setuptools certifi pip

- name: install test dependencies
run: make test-deps

Expand Down

0 comments on commit 3c72f4b

Please sign in to comment.