Skip to content

Commit

Permalink
Use pipx instead of pip
Browse files Browse the repository at this point in the history
ChangeLog:

	* .github/workflows/fair-software.yml:
  • Loading branch information
mattkretz committed Oct 14, 2024
1 parent 39b3dee commit cf20b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fair-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
path: howfairis

- name: Install mattkretz/howfairis
run: pip install ./howfairis
run: pipx install ./howfairis

- name: Measure compliance with fair-software.eu recommendations
env:
Expand Down

0 comments on commit cf20b26

Please sign in to comment.