Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefromdc committed Apr 1, 2024
1 parent 60017d6 commit c33390d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ before_install:

install:
- pip3 install PyGithub

- sudo apt-get install -y python3-pip python3-setuptools

- sudo pip3 install --upgrade pip

- sudo pip install PyGithub

- ./docker-build --name ${DISTRO} --config .build.yml --install

script:
Expand Down

2 comments on commit c33390d

@raveit65
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try something like this mate-desktop/mate-desktop@f3c7dad

@lukefromdc
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just pushed 4b3918a
to do this, if it works (no other issue waiting in the wings to break ci), I will re-release

Please sign in to comment.