Skip to content

Add workflow for win#534

Merged
PokhodenkoSA merged 6 commits intoIntelPython:masterfrom
1e-to:win_pipeline
Aug 31, 2021
Merged

Add workflow for win#534
PokhodenkoSA merged 6 commits intoIntelPython:masterfrom
1e-to:win_pipeline

Conversation

@1e-to
Copy link
Copy Markdown
Contributor

@1e-to 1e-to commented Aug 18, 2021

Added build of dpсtl package to github runner on windows
Tested locally run: 1e-to#4

@coveralls
Copy link
Copy Markdown
Collaborator

coveralls commented Aug 18, 2021

Coverage Status

Coverage remained the same at 66.22% when pulling 61cad0a on 1e-to:win_pipeline into 8e716ae on IntelPython:master.

Comment thread .github/workflows/conda-package.yml Outdated
condarc: ~/.condarc
conda-bld: /usr/share/miniconda/conda-bld/linux-64/
- os: windows-latest
pkgs_dirs: C:\Users\runneradmin\.conda\pkgs
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use Windows env variables like %HOMEDRIVE%%HOMEPATH% to replace hard-coded home path which may change down the road?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is currently no way to use environment variables here

Comment thread .github/workflows/conda-package.yml Outdated
with:
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
name: ${{ env.PACKAGE_NAME }} ${{ matrix.os }} Python ${{ matrix.python }}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

matrix.os = ubuntu-latest
runner.os = Linux

Test job uses runner.os for searching for artifacts.

@oleksandr-pavlyk
Copy link
Copy Markdown
Contributor

@1e-to Is this PR still active? Why doesn't the workflow run?

@1e-to
Copy link
Copy Markdown
Contributor Author

1e-to commented Aug 31, 2021

@1e-to Is this PR still active? Why doesn't the workflow run?

There were some problems with ocl drivers for windows, I solved them here 1e-to#5
Now everything is settled and working

@PokhodenkoSA PokhodenkoSA merged commit 3a671f3 into IntelPython:master Aug 31, 2021
@1e-to 1e-to deleted the win_pipeline branch November 3, 2021 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants