Skip to content

Conversation

@NimaSarajpoor
Copy link

No description provided.

@gitnotebooks
Copy link

gitnotebooks bot commented Jan 29, 2026

Review these changes at https://app.gitnotebooks.com/stumpy-dev/automate/pull/7

@NimaSarajpoor NimaSarajpoor force-pushed the stumpy_actions_with_pixi branch from 0976d65 to f869860 Compare January 29, 2026 07:54
@NimaSarajpoor NimaSarajpoor force-pushed the stumpy_actions_with_pixi branch from 412afe3 to b0c848d Compare January 29, 2026 08:04
@NimaSarajpoor
Copy link
Author

@seanlaw
Apologies for the noise!

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:
Copy link
Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@seanlaw seanlaw Jan 29, 2026

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

@seanlaw
Copy link
Contributor

seanlaw commented Jan 29, 2026

@NimaSarajpoor When I go to:

Settings > Secrets and Variables > Actions

It states:

Anyone with collaborator access to this repository can use these secrets and variables for actions. They are not passed to workflows that are triggered by a pull request from a fork.

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
Copy link
Contributor

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?

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.

2 participants