Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jul 18, 2024
1 parent a09f4bf commit e5b34ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-env-oneapi.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: idp
dependencies:
- intelpython3_core
- python=3.10
15 changes: 10 additions & 5 deletions .github/workflows/oneapi.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: oneAPI compilers

on:
pull_request:
branches:
- main
push:
branches:
- "main"
- "**"
tags:
- "v*"
pull_request:
branches:
- main
# push:
# branches:
# - "main"
# tags:
# - "v*"
merge_group:
branches:
- main
Expand All @@ -33,7 +38,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: idp
python-version: 3.10
# python-version: 3.10
channels: https://software.repos.intel.com/python/conda/,conda-forge
environment-file: .github/workflows/conda-env-oneapi.yml
# allow-softlinks: true
Expand Down

0 comments on commit e5b34ab

Please sign in to comment.