Skip to content

Commit

Permalink
stick to actions/checkout@v3 using node.js 16 for running test with P…
Browse files Browse the repository at this point in the history
…ython 2.7 in CentOS 7.9 container
  • Loading branch information
boegel committed Jul 4, 2024
1 parent fdb2fd9 commit 6cafea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests_python2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
# see https://github.com/easybuilders/easybuild-containers
image: ghcr.io/easybuilders/centos-7.9-amd64
steps:
- uses: actions/checkout@v4
# stick to actions/checkout@v3 (node.js 16), since newer is not compatible with the CentOS 7.9 container we're using
- uses: actions/checkout@v3

- name: install Python packages
run: |
Expand Down

0 comments on commit 6cafea3

Please sign in to comment.