Skip to content

Commit

Permalink
Try to get tests working take 5
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Feb 12, 2024
1 parent 7da3373 commit 36fccd4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
name: Runs tests that require python 2
runs-on: ubuntu-latest
container:
image: python:2.7.18-stretch
image: python:2.7.18-buster

steps:
- uses: actions/checkout@v3
- name: Initialize submodules cause we don't have git 2.18
run: |
cd unrpyc/unrpyc
git submodule update --init --recursive
- uses: actions/checkout@v4
with:
submodules: recursive
# - name: Set up Python 2.7
# uses: actions/setup-python@v2
# with:
Expand Down

0 comments on commit 36fccd4

Please sign in to comment.