Skip to content

Commit

Permalink
dfg
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Aug 9, 2024
1 parent 3ab2d74 commit 8d84694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ runs:
- name: Setup Node
uses: ./.github/actions/setup-node

- uses: actions/setup-python@v5
with:
python-version: '3.12'
# - uses: actions/setup-python@v5
# with:
# python-version: '3.12'

- name: Install packages
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
unit-test:
container: registry.suse.com/bci/nodejs:20
container: registry.suse.com/bci/python:3.12
runs-on: org-${{ github.repository_owner_id }}-amd64-k8s
steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run tests
run: yarn test
lint:
container: registry.suse.com/bci/nodejs:20
container: registry.suse.com/bci/python:3.12
runs-on: org-${{ github.repository_owner_id }}-amd64-k8s
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8d84694

Please sign in to comment.