Skip to content

Commit

Permalink
TODO: HACK py 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
dceara committed Apr 10, 2024
1 parent 6a23f75 commit c93d123
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
if: steps.dpdk_cache.outputs.cache-hit != 'true'
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'

- name: update APT cache
if: steps.dpdk_cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'

- name: cache
if: matrix.dpdk != '' || matrix.dpdk_shared != ''
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'

- name: get cached dpdk-dir
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- name: install dependencies
run: brew install automake libtool
- name: prepare
Expand Down

0 comments on commit c93d123

Please sign in to comment.