Skip to content

Commit

Permalink
reordered dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Oct 18, 2020
1 parent e33d6c0 commit 8d5cfe1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
git clone --depth 1 https://github.com/homalg-project/HigherHomologicalAlgebra.git
git clone --depth 1 https://github.com/homalg-project/QPA2.git
git clone --depth 1 https://github.com/homalg-project/Algebroids.git
git clone --depth 1 https://github.com/homalg-project/FunctorCategories.git
git clone --depth 1 https://github.com/homalg-project/Toposes.git
git clone --depth 1 https://github.com/homalg-project/FinSetsForCAP.git
git clone --depth 1 https://github.com/homalg-project/FunctorCategories.git
git clone --depth 1 https://github.com/homalg-project/SubcategoriesForCAP.git
# set SOURCE_DATE_EPOCH for reproducible PDFs
export SOURCE_DATE_EPOCH=0
Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SetPackageInfo( rec(
PackageName := "CatReps",
Subtitle := "Representations and cohomology of finite categories",
Version := Maximum( [
"2020.10-04", ## Mohamed's version
"2020.10-05", ## Mohamed's version
## this line prevents merge conflicts
"2020.10-02", ## Tibor's version
## this line prevents merge conflicts
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ To obtain current versions of all dependencies, `git clone` (or `git pull` to up
| 4. | **HigherHomologicalAlgebra** | https://github.com/homalg-project/HigherHomologicalAlgebra |
| 5. | **QPA2** | https://github.com/homalg-project/QPA2 |
| 6. | **Algebroids** | https://github.com/homalg-project/Algebroids |
| 7. | **Toposes** | https://github.com/homalg-project/Toposes |
| 8. | **FinSetsForCAP** | https://github.com/homalg-project/FinSetsForCAP |
| 9. | **FunctorCategories** | https://github.com/homalg-project/FunctorCategories |
| 7. | **FunctorCategories** | https://github.com/homalg-project/FunctorCategories |
| 8. | **Toposes** | https://github.com/homalg-project/Toposes |
| 9. | **FinSetsForCAP** | https://github.com/homalg-project/FinSetsForCAP |
| 10. | **SubcategoriesForCAP** | https://github.com/homalg-project/SubcategoriesForCAP |

[html-img]: https://img.shields.io/badge/HTML-stable-blue.svg
Expand Down

0 comments on commit 8d5cfe1

Please sign in to comment.