Skip to content

Commit

Permalink
fix #17, #18, and bib typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed Dec 11, 2024
1 parent a26fed6 commit 6bfc6b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ @users.noreply.github.com>
version = {v1.0.0},
year = {2024},
month = {12}

}
% reference for the package, and for the correlated inheritance model
@article{2023fogg_phylocoalsimulations,
author = {Fogg, John and Allman, Elizabeth S and An{\'e}, C{\'e}cile},
Expand Down

0 comments on commit 6bfc6b2

Please sign in to comment.