Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Fixing paths that were preventing artifacts from being copied to workspace #311

Merged
merged 2 commits into from
Aug 16, 2023

Conversation

lc0rp
Copy link
Contributor

@lc0rp lc0rp commented Aug 16, 2023

Background

When running individual tests, some artifacts and custom_code were not copied to the workspace, causing tests to fail

Changes

Added the challenge_location path to the copy_artifacts_into_workspace() function.

PR Quality Checklist

  • I have run the following commands against my code to ensure it passes our linters:
    black . --exclude test.py
    isort .
    mypy .
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring --in-place agbenchmark

@waynehamadi waynehamadi merged commit 281d848 into Significant-Gravitas:master Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants