We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b2f97 commit b6e7ec7Copy full SHA for b6e7ec7
.github/workflows/python-tests.yml
@@ -46,5 +46,8 @@ jobs:
46
- name: Install the latest version of rye
47
uses: eifinger/setup-rye@v4
48
49
+ - name: Install dependencies
50
+ run: rye sync
51
+
52
- name: Test with tox
53
run: rye run tox -e ${{ matrix.tox_env }}
0 commit comments