Skip to content

Commit ac0348f

Browse files
authored
Update buildcupy.yaml
ci: small changes to conform with build.yaml
1 parent 4eab9e1 commit ac0348f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buildcupy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: PyLops Testing (CuPy)
33
on: [push, pull_request]
44

55
jobs:
6-
Cupy_Testing:
6+
build:
77
runs-on: self-hosted
88
steps:
9-
- name: Checkout code
10-
uses: actions/checkout@v3
9+
- name: Check out source repository
10+
uses: actions/checkout@v4
1111
- name: Print checked code and check environments
1212
run: |
1313
ls -lah
1414
echo $(pwd)
1515
echo $(which python3)
1616
echo $(which pip3)
17-
- name: create new virtual environment and install dependencies
17+
- name: Set up Python environment and Install dependencies
1818
run: |
1919
python3 -m venv pylopsvenv
2020
source pylopsvenv/bin/activate

0 commit comments

Comments
 (0)