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

Publish updated docs workflow step failure #358

Closed
earmenda opened this issue Feb 11, 2022 · 1 comment · Fixed by #359
Closed

Publish updated docs workflow step failure #358

earmenda opened this issue Feb 11, 2022 · 1 comment · Fixed by #359
Assignees
Labels
bug Something isn't working

Comments

@earmenda
Copy link
Contributor

earmenda commented Feb 11, 2022

Bug Description

Looks like pushing new docs has been failing since this change:
Commit - 59ab989
Run - https://github.com/ethyca/fides/runs/5144799672

Steps to Reproduce

  1. Push code to main
  2. See test run fail, see https://github.com/ethyca/fides/runs/5144799672

Expected behavior

Step should succeed, see https://github.com/ethyca/fides/runs/5028305041

Environment

github action container

Current runner version: '2.287.1'
Operating System
  Ubuntu
  20.04.3
  LTS
Virtual Environment
  Environment: ubuntu-20.04
  Version: 20220207.1
  Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20220207.1/images/linux/Ubuntu2004-Readme.md
  Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20220207.1

Additional context

It doesn't look like the failure in these is new, but the job is failing now for some reason.

Failure:

ERROR: Failed building wheel for numpy
      Failed to build numpy
      ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Error: Process completed with exit code 1.
@earmenda earmenda added the bug Something isn't working label Feb 11, 2022
@earmenda earmenda self-assigned this Feb 11, 2022
@earmenda earmenda added this to the fidesctl 1.4.0 milestone Feb 11, 2022
@earmenda
Copy link
Contributor Author

See numpy/numpy#19033

https://github.com/numpy/numpy/releases

v1.22.0 begins support for python 3.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants