Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump fastapi from 0.33.0 to 0.109.1 in /_apps/data #1519

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

build(deps): bump fastapi from 0.33.0 to 0.109.1 in /_apps/data

3af810e
Select commit
Loading
Failed to load commit list.
Open

build(deps): bump fastapi from 0.33.0 to 0.109.1 in /_apps/data #1519

build(deps): bump fastapi from 0.33.0 to 0.109.1 in /_apps/data
3af810e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Feb 5, 2024 in 13m 32s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/pip/_apps/data/fastapi-0.109.1 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Nix
Operating System Linux (Xenial)
Build Configuration
{
  "language": "nix",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "env": [
    "global={:STORE=>\"$HOME/nix-store\"}={:APP_URL=>\"https://ace-thought-249120.appspot.com\"}"
  ],
  "cache": {
    "directories": [
      "$STORE"
    ]
  },
  "before_install": [
    "sudo mkdir -p /etc/nix",
    "echo \"binary-caches = https://cache.nixos.org/ file://$STORE\" | sudo tee -a /etc/nix/nix.conf > /dev/null",
    "echo 'require-sigs = false' | sudo tee -a /etc/nix/nix.conf > /dev/null"
  ],
  "before_cache": [
    "mkdir -p $STORE",
    "nix copy --to file://$STORE -f shell.nix buildInputs",
    "nix copy --to file://$STORE -f _apps/data/shell.nix buildInputs"
  ],
  "install": [
    "nix-shell --pure --command \"echo 'run nix-shell and exit'\""
  ],
  "before_script": [
    "nix-shell _apps/data/shell.nix --pure --command \"echo 'run nix-shell and exit'\""
  ],
  "script": [
    "cd _data/python-pfhub",
    "nix-shell --command \"cd ../../results && make notebooks\"",
    "cd ../..",
    "nix-shell --command \" pylint _data/*.py && flake8 _data/*.py && LC_ALL=en_US.UTF-8 black --check _data/*.py && LC_ALL=en_US.UTF-8 make simulations && find . -name '*.ipynb' -type f -not -path '*/.ipynb_checkpoints/*' -exec touch {} \\; && make notebooks && rm -rf ./_site && jekyll build -d ./_site/pfhub && htmlproofer --check-html --only-4xx --allow-hash-href --empty-alt-ignore --checks-to-ignore ImageCheck --file-ignore ./_site/pfhub/node_modules ./_site && py.test --ignore=hackathons/hackathon1 --ignore=benchmarks --ignore=_data --nbval --sanitize-with sanitize.cfg --ignore=results && coffeelint _includes/coffee/ && mocha _site/pfhub/js/test.js \";",
    "nix-shell _apps/data/shell.nix --pure --command \" cd _apps/data && black --check *.py && pylint *.py && flake8 *.py \";",
    "nix-shell _apps/box/shell.nix --pure --command \" cd _apps/box && py.test && black --check *.py && pylint *.py && flake8 *.py \";"
  ]
}