Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow for win #534

Merged
merged 6 commits into from
Aug 31, 2021
Merged

Add workflow for win #534

merged 6 commits into from
Aug 31, 2021

Conversation

1e-to
Copy link
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
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.

condarc: ~/.condarc
conda-bld: /usr/share/miniconda/conda-bld/linux-64/
- os: windows-latest
pkgs_dirs: C:\Users\runneradmin\.conda\pkgs
Copy link
Collaborator

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
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

- name: Upload artifact
uses: actions/upload-artifact@v2
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
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
Collaborator

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

@1e-to
Copy link
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