Skip to content

Commit

Permalink
Merge pull request #12 from PFLeget/dev/pleget/clean_travis
Browse files Browse the repository at this point in the history
Clean treegp actions to trigger when a PRs is done and upgraded setuptools because of safety concerns (see here)[https://github.com/PFLeget/treegp/security/dependabot/1]
  • Loading branch information
PFLeget authored Dec 3, 2023
2 parents cf9384d + 6fd1e1c commit d1eb0ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push]
name: test-treegp

on:
push:
branches:
- "master"
pull_request:
branches:
- "**"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools<=47.3.1
setuptools>=65.5.1
numpy>=1.16.5
scipy
iminuit>1.3,<1.4; python_version < '3.0' # iminuit 1.4 fails on python 2.7.
Expand Down

0 comments on commit d1eb0ff

Please sign in to comment.