Skip to content

Commit

Permalink
fixup to validate working for rolling
Browse files Browse the repository at this point in the history
I think that this will break older that 3.12
  • Loading branch information
tfoote authored Apr 10, 2024
1 parent c1a5351 commit aff98ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install pip
run: apt update && apt install -y python3-pip

- name: Install pip dependencies
run: |
python3 -m pip install --user --upgrade --upgrade-strategy eager .[test]
python3 -m pip install --break-system-packages --upgrade --upgrade-strategy eager .[test]
python3 -m pip freeze
- name: Install apt dependencies
Expand Down

0 comments on commit aff98ce

Please sign in to comment.