Skip to content

Commit

Permalink
install from git
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 6, 2024
1 parent 70ded6b commit 2151161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install compliance-checker
run: |
python -m pip install -e . --no-deps --force-reinstall
SETUPTOOLS_SCM_PRETEND_VERSION=1.0.0.dev0 pip install https://github.com/pelson/pyudunits2/archive/f75f1afd27d4b66ef77fc9db9301ae914111d288.zip
pip install git+https://github.com/pelson/pyudunits2.git@f75f1afd27d4b66ef77fc9db9301ae914111d288
- name: Default Tests
run: python -m pytest -s -rxs -v -k "not integration" compliance_checker

0 comments on commit 2151161

Please sign in to comment.