Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jul 18, 2024
1 parent dde2bf7 commit 4a3e889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/conda-env-oneapi.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: idp
channels:
- https://software.repos.intel.com/python/conda/
- conda-forge
- defaults
dependencies:
- intelpython3_core
- python=3.10
- dpcpp_linux-64
- dpcpp_linux-64
- impi-devel
3 changes: 2 additions & 1 deletion .github/workflows/oneapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
environment-file: .github/workflows/conda-env-oneapi.yml
# allow-softlinks: true
# channel-priority: flexible
show-channel-urls: true
# show-channel-urls: true
# use-only-tar-bz2: true
auto-activate-base: false
- run: |
conda info
conda list
Expand Down

0 comments on commit 4a3e889

Please sign in to comment.