Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous authored Jan 14, 2024
1 parent 4f153cb commit e6481cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build_test:
name: Build and Test
container: gudhi/pip_for_gudhi:latest # container allows to compile for older abis, but is not easy to setup...
# container: gudhi/pip_for_gudhi:latest # container allows to compile for older abis, but is not easy to setup...
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
Expand Down

0 comments on commit e6481cb

Please sign in to comment.