Skip to content

Commit

Permalink
Add remaining tag years to epacamd_eia
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathryn Mazaitis authored and krivard committed Feb 7, 2025
1 parent dd85914 commit d0d0e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pudl_archiver/archivers/epa/epacamd_eia.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def get_resources(self) -> ArchiveAwaitable:
async def get_latest_years(self) -> ResourceInfo:
"""Get latest version from our forked repo."""
resources = []
for year in [2021, 2023]:
for year in [2019, 2020, 2021, 2022, 2023]:
url = f"https://github.com/catalyst-cooperative/camd-eia-crosswalk-latest/archive/refs/tags/v{year}.zip"
download_path = self.download_directory / f"epacamd_eia_{year}.zip"
await self.download_zipfile(url, download_path)
Expand Down

0 comments on commit d0d0e1a

Please sign in to comment.