-
Notifications
You must be signed in to change notification settings - Fork 2
Install dependencies via pixi and run the tests #7
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
base: main
Are you sure you want to change the base?
Install dependencies via pixi and run the tests #7
Conversation
|
Review these changes at https://app.gitnotebooks.com/stumpy-dev/automate/pull/7 |
Stumpy actions with pixi
add my own secret and enable environment in Github Actions
add check token
attemp2 in token authentication
set cache to false
keep core stuff
0976d65 to
f869860
Compare
412afe3 to
b0c848d
Compare
Stumpy actions with pixi
potential fix for missing env
|
@seanlaw I've generated API Key from my account in prefix.dev and saved it in a secret, and used it in the yml file. See Github Actions Run in the forked repo. |
| os: [ubuntu-latest, macos-latest, windows-latest] | ||
| environment: PIXI_API_ACCESS | ||
|
|
||
| steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add support for different versions of python. To get range of python versions, see:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just leave it as "latest" Python instead of looking at a range. We'll run a test every day but, realistically, using pixi is only for developers.
It looks like this is to check pixi only (based on the workflow name). I think pixi-actions.yml as a workflow name is fine. Will you be creating a separate workflow for fftw later? I hope so :)
|
@NimaSarajpoor When I go to: Settings > Secrets and Variables > Actions It states:
So, I believe that the workflow needs to be merged first before it can have access to the token |
| repository: stumpy-dev/stumpy | ||
|
|
||
| - name: Set Up Pixi | ||
| uses: prefix-dev/setup-pixi@v0.9.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to be so specific about the version? Is there a way to simply use the latest version for both the setup as well as the pixi-version?
No description provided.