We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2528b commit 3a044e1Copy full SHA for 3a044e1
.github/workflows/ets-from-source.yml
@@ -36,7 +36,7 @@ jobs:
36
path: ~/.cache
37
key: ${{ runner.os }}-${{ matrix.runtime }}-${{ hashFiles('etstool.py') }}
38
- name: Setup EDM
39
- uses: enthought/setup-edm-action@v3
+ uses: enthought/setup-edm-action@v4
40
with:
41
edm-version: ${{ env.INSTALL_EDM_VERSION }}
42
- name: Install test environment
.github/workflows/test-with-edm.yml
0 commit comments