Skip to content

Commit

Permalink
fixing env file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Nov 16, 2023
1 parent d220f37 commit d8eaad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
cache-downloads: true
cache-env: true
environment-name: linux_sycl_test
environment-file: tests/ci_build/conda_env/linux_cpu_test.yml
environment-file: tests/ci_build/conda_env/linux_sycl_test.yml

- name: Display Conda env
run: |
Expand Down

0 comments on commit d8eaad1

Please sign in to comment.