Skip to content

Commit 23b7c2e

Browse files
committed
update test.yml
1 parent d11918f commit 23b7c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if : ${{ matrix.os == 'windows-latest' }}
4141
run: |
4242
python -m venv ../tmp/env_test
43-
../tmp/env_test/activate.bat
43+
../tmp/env_test/activate
4444
- name: Install Python Jep
4545
run: |
4646
pip install numpy

0 commit comments

Comments
 (0)