Skip to content

Commit

Permalink
Testing on Centos/Ubuntu VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Apr 28, 2022
1 parent c4ceeae commit 887dee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
- Changed to use pdoc3 instead of pdoc
- Removed outdated dependency on pathlib
- Checked in test data file that was missing
- Updated Pipfile.lock
- Changed Makefile to define PYTHON as python3.9 (override with make PYTHON=python3.x if needed)

## [tmtpycsw v4.0.2] - 2022-02-14

Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ venv:
mkdir .venv
$(PYTHON) -m venv .venv
pipenv run pip install pdoc3
# pipenv run pip install astropy
# pipenv run pip install typing_extensions
pipenv install

0 comments on commit 887dee4

Please sign in to comment.