You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Update build to large resource class in config.yml
This commit is contained in:
@@ -29,7 +29,8 @@ jobs:
|
|||||||
# This is based on your 1.0 configuration file or project settings
|
# This is based on your 1.0 configuration file or project settings
|
||||||
- run:
|
- run:
|
||||||
working_directory: ~/rocky/python-uncompyle6
|
working_directory: ~/rocky/python-uncompyle6
|
||||||
command: pip install --user virtualenv && pip install --user nose && pip install --user pep8
|
command: pip install --user virtualenv && pip install --user nose && pip install
|
||||||
|
--user pep8
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# This would typically go in either a build or a build-and-test job when using workflows
|
# This would typically go in either a build or a build-and-test job when using workflows
|
||||||
# Restore the dependency cache
|
# Restore the dependency cache
|
||||||
@@ -75,3 +76,5 @@ jobs:
|
|||||||
path: /tmp/circleci-artifacts
|
path: /tmp/circleci-artifacts
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/circleci-test-results
|
path: /tmp/circleci-test-results
|
||||||
|
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
|
||||||
|
resource_class: large
|
||||||
|
Reference in New Issue
Block a user