-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Local failure of "make test-lite" #53
- Loading branch information
1 parent
85280ee
commit a7a9cae
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ development will proceed in several phases. | |
|
||
To install, clone the repository and run `pip install -e .` from the | ||
root directory. To check that the installation was successful, run | ||
`make test` or `pytest .` from the root directory. | ||
`make test` or `pytest .` from the root directory. This needs the POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN environment variable to be set- contact [Nikhil Woodruff](mailto:[email protected]) for the code if you have access to the IRS PUF. | ||
|
||
To assess, review the data examination results that compare federal | ||
agency tax estimates with those generated using the microdata file | ||
|