alpha
Login
or
Join now
utensil.tngl.sh
/
pygae-GAlgebra.jl
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Julia interface to GAlgebra via PyCall 🔮 Mirror of https://github.com/pygae/GAlgebra.jl
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fix documentation permissions
author
utensil
date
2 years ago
(Apr 7, 2024, 5:14 PM +0800)
commit
b8ec99df
b8ec99dfd6916e8baacbfb67998fc4f5ab7f3ac8
parent
44caa2cc
44caa2ccb4381c7bfea0f30c18ee50fb76b58221
+3
-1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yml
+3
-1
.github/workflows/ci.yml
View file
Reviewed
···
12
12
13
13
jobs:
14
14
test:
15
15
+
permissions:
16
16
+
contents: write
17
17
+
statuses: write
15
18
runs-on: ${{ matrix.os }}
16
19
strategy:
17
20
matrix:
···
20
23
python-version: ["3.11"]
21
24
project: ['GAlgebra']
22
25
architecture: ['x64']
23
23
-
24
26
steps:
25
27
- name: Checkout
26
28
uses: actions/checkout@v3