We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eab9e1 commit ac0348fCopy full SHA for ac0348f
1 file changed
.github/workflows/buildcupy.yaml
@@ -3,18 +3,18 @@ name: PyLops Testing (CuPy)
3
on: [push, pull_request]
4
5
jobs:
6
- Cupy_Testing:
+ build:
7
runs-on: self-hosted
8
steps:
9
- - name: Checkout code
10
- uses: actions/checkout@v3
+ - name: Check out source repository
+ uses: actions/checkout@v4
11
- name: Print checked code and check environments
12
run: |
13
ls -lah
14
echo $(pwd)
15
echo $(which python3)
16
echo $(which pip3)
17
- - name: create new virtual environment and install dependencies
+ - name: Set up Python environment and Install dependencies
18
19
python3 -m venv pylopsvenv
20
source pylopsvenv/bin/activate
0 commit comments