Skip to content

Commit

Permalink
Removed unused action step
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcn committed Jan 15, 2022
1 parent 36a7938 commit 998a1e2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pythonUnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,3 @@ jobs:
$HOME/.local/bin/f --setup
$HOME/.local/bin/f --version --from-installer
$GITHUB_WORKSPACE/installer.sh -u --yes-delete-everything
- name: Install with pip test and uninstall it
run: |
# bashlex is not present in the test pypi, therefore it must installed separately
pip3 install --user --index-url https://test.pypi.org/simple/ --no-deps fastHistory
# setup environment
$HOME/.local/bin/f --setup
$HOME/.local/bin/f --version --from-installer
$GITHUB_WORKSPACE/installer.sh -u --yes-delete-everything

0 comments on commit 998a1e2

Please sign in to comment.