Skip to content

Commit

Permalink
update bundlewrap requirement to 4.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Apr 2, 2024
1 parent 5ae53f9 commit 8cbc3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bw_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
# https://github.com/bundlewrap/bundlewrap/commit/5751bf40b44b83a92d89ca33065ee829e7f5db56
- name: Install Dependencies
run: pip3 install setuptools -r requirements.txt
run: pip3 install -r requirements.txt
working-directory: bundlewrap
- name: Run bw test
run: bw test
Expand All @@ -31,9 +30,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
# https://github.com/bundlewrap/bundlewrap/commit/5751bf40b44b83a92d89ca33065ee829e7f5db56
- name: Install Dependencies
run: pip3 install setuptools -r requirements.txt
run: pip3 install -r requirements.txt
working-directory: bundlewrap
- name: Run bw test
run: bw test -i
Expand Down
2 changes: 1 addition & 1 deletion bundlewrap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bundlewrap>=4.13.6
bundlewrap~=4.18.0
bundlewrap-keepass

0 comments on commit 8cbc3dd

Please sign in to comment.