Skip to content

Commit

Permalink
Update project location url
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Jun 14, 2024
1 parent 8400910 commit 02faf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
python -m pip install dist/*.whl
- name: Run example
run: |
curl https://raw.githubusercontent.com/PGijsbers/gama/master/examples/classification_example.py > example.py
curl https://raw.githubusercontent.com/openml-labs/gama/master/examples/classification_example.py > example.py
# First reduce runtime for 3 minutes to 1 minute, does not work for Windows but fails silently.
sed -i.bak "s/180/60/" example.py
sed -i.bak "s/3/1/" example.py
Expand Down

0 comments on commit 02faf9c

Please sign in to comment.