Julia interface to GAlgebra via PyCall 🔮 Mirror of https://github.com/pygae/GAlgebra.jl
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix documentation permissions

+3 -1
+3 -1
.github/workflows/ci.yml
··· 12 12 13 13 jobs: 14 14 test: 15 + permissions: 16 + contents: write 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 - 24 26 steps: 25 27 - name: Checkout 26 28 uses: actions/checkout@v3