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

WIP CI workflow #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

alexianoele
Copy link

WIP CI workflow for Julia file GemmDenseThreads.

Copy link
Owner

@williamfgc williamfgc left a comment

Choose a reason for hiding this comment

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

Great job. Just a few changes to see if it works

julia --project -e 'using Pkg; Pkg.instantiate();'

- name: Test
run: julia --project test/runtest.jl
Copy link
Owner

Choose a reason for hiding this comment

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

Missing extra blank line

- name: Instantiate
run: |
echo $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE
Copy link
Owner

Choose a reason for hiding this comment

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

we might have direct to the $GITHUB_WORKSPACE/julia/GemmDenseThreads directory. GitHub Actions has a working-directory entry . So let's try adding working-directory: $GITHUB_WORKSPACE/julia/GemmDenseThreads before run: and remove this line

julia --project -e 'using Pkg; Pkg.instantiate();'

- name: Test
run: julia --project test/runtest.jl
Copy link
Owner

Choose a reason for hiding this comment

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

julia --project test/runtest.jl use threads: julia -t 2 --project test/runtest.jl

@giordano
Copy link

Maybe also delete and git ignore the .DS_Store files 🙂

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.

3 participants