camel icon indicating copy to clipboard operation
camel copied to clipboard

Create pytest actions for the package and the apps

Open Obs01ete opened this issue 1 year ago • 1 comments

Obs01ete avatar Apr 16 '23 18:04 Obs01ete

We can also check it for py3.8. But the linting workflow is using py3.10z what do you think?

On Mon 17. Apr 2023 at 10:27, Dmitrii Khizbullin @.***> wrote:

@.**** commented on this pull request.

In .github/workflows/pytest_apps.yml https://github.com/lightaime/camel/pull/92#discussion_r1168287249:

  • branches: [ "master" ]

+permissions:

  • contents: read

+jobs:

  • build:
  • runs-on: ubuntu-latest
  • steps:
    • uses: @.***
    • name: Set up Python 3.8
  •  uses: ***@***.***
    
  •  with:
    
  •    python-version: "3.8"
    

We want to keep code compatibility with 3.8, right?

— Reply to this email directly, view it on GitHub https://github.com/lightaime/camel/pull/92#discussion_r1168287249, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFUJTYATJEDG75IYYQ7XWETXBTWFRANCNFSM6AAAAAAXAJMRDE . You are receiving this because you commented.Message ID: @.***>

lightaime avatar Apr 17 '23 07:04 lightaime