Skip to content

Commit

Permalink
Remove nightly from list in Test.yml (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira authored Feb 23, 2024
1 parent d4031c1 commit 5fe4212
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
version:
- "1.6"
- "1"
- "nightly"
os:
- ubuntu-latest
- macOS-latest
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning].
### Fixed

- pipx link changed
- nightly key was duplicated (#49)

## [0.2.3] - 2023-10-31

Expand Down
1 change: 0 additions & 1 deletion template/.github/workflows/Test.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
version:
- "{{ JuliaMinVersion }}"
- "1"
- "nightly"
os:
- ubuntu-latest
{% if not AddMacToCI %}#{% endif %}- macOS-latest
Expand Down

0 comments on commit 5fe4212

Please sign in to comment.