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

Ensure modac tests are run #371

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

Kartstig
Copy link
Contributor

@Kartstig Kartstig commented Sep 13, 2024

I had to wait for the changes in 1.6.3 with all the Github Actions code for this to go in, but it's ready now 🎉

TAG = v$(VERSION)-$(SUBTAG)
else
TAG = $(PLATFORM)-$(ENV)
TAG = $(ENV)-$(PLATFORM)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it makes more sense to use $(ENV)-$(PLATFORM) because then you can just do:

ENV=v1.6.3 PLATFORM=cpu ...

This will be consistent with the way it looks when master is tagged v$(VERSION)-$(SUBTAG)

Makefile Show resolved Hide resolved
@mauvais2 mauvais2 merged commit 969bc5f into ATOMScience-org:1.7.0 Sep 16, 2024
3 of 5 checks passed
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